From 8616a51e768297b6f2c59b4b1a14df71291b3224 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 23 Dec 2018 16:59:44 +0100 Subject: [PATCH] Squashed: add keywords to the home page --- themes/geeklab/layouts/partials/head.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/geeklab/layouts/partials/head.html b/themes/geeklab/layouts/partials/head.html index a9f8db3..a117acc 100644 --- a/themes/geeklab/layouts/partials/head.html +++ b/themes/geeklab/layouts/partials/head.html @@ -5,6 +5,9 @@ {{- with .Site.Params.description }} {{- end }} + {{- with .Site.Params.keywords }} + + {{- end }} {{- else if in .Page.URL "/posts/" }} {{- with .Page.Description }}