From 641b5656ecd682f6840a3f8145baa665c04e5caa Mon Sep 17 00:00:00 2001 From: Johannes Arnold Date: Thu, 27 Apr 2023 16:12:47 +0200 Subject: [PATCH] Include authors meta tag --- layouts/_default/baseof.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 39179ed..6a88d08 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -16,6 +16,15 @@ {{ else }} {{ end }} + {{ with .Params.author | default .Site.Params.author }} + + {{ end }} {{ partial "site-style.html" . }} {{ partial "site-scripts.html" . }}