From 01eb224469209502dae1c62c018f238117a285f2 Mon Sep 17 00:00:00 2001 From: Nick Fagerlund Date: Thu, 21 Feb 2019 16:39:10 -0800 Subject: [PATCH] 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. --- website/layouts/intro.erb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/layouts/intro.erb b/website/layouts/intro.erb index e836f9176..9c293b9ee 100644 --- a/website/layouts/intro.erb +++ b/website/layouts/intro.erb @@ -1,4 +1,9 @@ <% wrap_layout :inner do %> + <% content_for(:custom_share) do %> + + "/> + <% end %> + <% content_for :sidebar do %>

Introduction to Terraform