website: Large, on-brand link preview image for marketing pages (/intro/*)

Although /intro/getting-started includes docs content, those pages currently
redirect to the Learn platform, and so shouldn't be affected by the large unfurl
image.
This commit is contained in:
Nick Fagerlund 2019-02-21 16:39:10 -08:00 committed by Nick Fagerlund
parent ef24b18b25
commit 01eb224469
1 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,9 @@
<% wrap_layout :inner do %>
<% content_for(:custom_share) do %>
<meta name="twitter:card" content="summary_large_image" />
<meta property="og:image" content="<%= image_url("og-image-large.png") %>"/>
<% end %>
<% content_for :sidebar do %>
<h4><a href="/intro/index.html">Introduction to Terraform</a></h4>