From 23995c3ce5fc5518ff5575f3d3baf78fba9f6aec Mon Sep 17 00:00:00 2001 From: BernatBC Date: Wed, 24 Jan 2024 11:19:14 +0100 Subject: [PATCH] Change param localization --- layouts/_default/single.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index c13fc13d1..5070b3f23 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -36,7 +36,7 @@
- {{ if .Params.profile | default true }} + {{ if site.Params.features.blog.showAuthor | default true }}
Author Image
{{ partial "helpers/get-author-name.html" . }}
@@ -50,7 +50,7 @@
{{ partial "helpers/get-author-name.html" . }}

{{ .Page.Title }}

- {{ if not (.Params.profile | default true) }} + {{ if not (site.Params.features.blog.showAuthor | default true) }}

{{ .Page.Date | time.Format ":date_full" }}{{ if site.Params.features.readingTime }} | {{ .ReadingTime }} {{i18n "minute" .ReadingTime }}{{ end }}