From 9821bf6c6505f45005d9039f3bccd9eb4d64b65b Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 30 Mar 2021 03:08:16 +0200 Subject: [PATCH] Replace .URL with .RelPermalink in header. --- layouts/partials/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index e06c215..c11c0d3 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,5 +1,5 @@
- {{ .Site.Title }} + {{ .Site.Title }} {{- with .Site.Params.subtitle }} {{ . }} {{- end }}