From b0c4dc0755192f56063e04dc3cf069cb065a249b Mon Sep 17 00:00:00 2001 From: Zachary Betz Date: Wed, 20 Feb 2019 14:01:28 -0600 Subject: [PATCH] If is home then insert meta description --- layouts/partials/head.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 4a746d6..974a4d1 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -6,6 +6,12 @@ {{ .Hugo.Generator }} + {{ if .IsHome }} + {{ with .Site.Params.description }} + + {{ end }} + {{ end }} +