sync theme

This commit is contained in:
Christoph Cullmann 2023-10-08 20:15:46 +02:00
parent 951f894d56
commit 7114391230
8 changed files with 107 additions and 6 deletions

View file

@ -12,9 +12,11 @@
{{- $scratch.Add "meta" (slice (i18n "words" .WordCount | default (printf "%d words" .WordCount))) }}
{{- end }}
{{- if not (.Param "hideAuthor") -}}
{{- with (partial "author.html" .) }}
{{- $scratch.Add "meta" (slice .) }}
{{- end }}
{{- end }}
{{- with ($scratch.Get "meta") }}
{{- delimit . " · " -}}