From 0f683ab5b8c4ec641117f927b09d37353844cb95 Mon Sep 17 00:00:00 2001 From: Joe Roe Date: Fri, 5 Mar 2021 12:37:47 +0100 Subject: [PATCH] Add meta description --- layouts/partials/head.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 513b665..0407bf5 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,4 +1,5 @@ {{ with .Title }}{{ . }} – {{end}}{{ .Site.Title }} +{{ with .Site.Params.about }}{{ end }}