From 60cd0bf6c6debdc567a3527dec6ec79c26050abd Mon Sep 17 00:00:00 2001 From: tinect Date: Wed, 14 Jul 2021 00:52:52 +0200 Subject: [PATCH] fix: put quotes around BaseUrl for author --- layouts/partials/post-info.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/post-info.html b/layouts/partials/post-info.html index 86d710a..197c87a 100644 --- a/layouts/partials/post-info.html +++ b/layouts/partials/post-info.html @@ -9,7 +9,7 @@ {{ end }} {{ .Permalink }} - {{ .Params.author | default .Site.Params.author }} + {{ .Params.author | default .Site.Params.author }}