From c9678556ce632e30672932bf4447b8cc756783a8 Mon Sep 17 00:00:00 2001 From: Mateja Date: Fri, 29 Jan 2021 12:02:58 +0100 Subject: Adding optional meta tags to baseof template. --- layouts/_default/baseof.html | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index cd893d4..6c13084 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -6,9 +6,21 @@ - - - + {{ if .Description }} + + {{ end }} + + {{ if .Keywords }} + + {{ end }} + + {{ if .PublishDate }} + + {{ end }} + + {{ if .Lastmod }} + + {{ end }} -- cgit v1.2.3