From 0d068637ccd8220cd2cb5da2cc034b78a12703d6 Mon Sep 17 00:00:00 2001 From: Johannes Arnold Date: Thu, 18 Apr 2024 17:23:24 +0200 Subject: [PATCH] Include authors meta tag (#634) --- layouts/_default/baseof.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 52e7e67..2060f6f 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" . }}