From 992c939a82938340eccc1c2302c4625f11f27ce5 Mon Sep 17 00:00:00 2001 From: Nirmith Victor D'Almeida <63338983+NirmithDev@users.noreply.github.com> Date: Mon, 17 Jun 2024 09:56:54 -0400 Subject: [PATCH] Update SEO preview for faq-question (#499) * update SEO preview for faq-question * Remove extra line from commit * fix lint * fix lint --------- Co-authored-by: Matthew M-B --- layouts/partials/head.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index ed6601251..0f6678c30 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -75,6 +75,10 @@ {{ $image = print .Params.header_image_url }}{{ end }} + {{ if eq .Params.layout "faq-question" }} + {{ $description = print .Params.summary }}{{ end }} + +