Welcome to mirror list, hosted at ThFree Co, Russian Federation.

post-info.html « list « partials « layouts - github.com/kongdivin/hugo-theme-okayish-blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d89201e0b9814a94d72ab2b461736a2be5780143 (plain)
1
2
3
4
5
6
7
8
{{ partial "list/authors.html" . }}

{{ if .Params.Date }}
<span class="{{ if not (or .Params.Author .Params.Authors) }} u-capitalized {{ end }}">
    {{ i18n "onDate" | default "on" }}
</span>
{{ .Date.Format "2006-01-02" }}
{{ end }}