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 }}
+
+