sync theme
This commit is contained in:
parent
951f894d56
commit
7114391230
8 changed files with 107 additions and 6 deletions
|
@ -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 . " · " -}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue