From c32978cd4f744489cea8e8bb4a348a2311c6b966 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 28 Dec 2020 21:14:09 +0100 Subject: [PATCH] Add newline before taxonomies. --- layouts/partials/post_meta.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/layouts/partials/post_meta.html b/layouts/partials/post_meta.html index bb61a83..71e5036 100644 --- a/layouts/partials/post_meta.html +++ b/layouts/partials/post_meta.html @@ -6,12 +6,13 @@ Date: ; + {{- if ne .Date .Lastmod }} - Last modified: + ยท Last modified: ; + + {{- if $showlink }}
{{- end }} {{- end }} {{- end }}