2021-11-13 17:04:10 -06:00
|
|
|
{{ if or .Date .Params.authors .IsTranslated .Site.Params.readingtime }}
|
|
|
|
<div class="post-metadata">
|
|
|
|
{{ if .Date }}
|
|
|
|
<span class="post-meta-item">
|
|
|
|
{{ partial "icon.html" "calendar" }}
|
|
|
|
<time datetime="{{ .Date.Format "2006-01-02" }}" pubdate>
|
|
|
|
{{ i18n "long_date" (dict "Date" .Date "Data" .Site.Data) }}
|
|
|
|
</time>
|
|
|
|
</span>
|
|
|
|
{{ end }}
|
|
|
|
|
2021-11-22 01:57:35 -06:00
|
|
|
{{ partial "post-meta-item/authors.html" . }}
|
|
|
|
{{ partial "post-meta-item/translations.html" . }}
|
|
|
|
{{ partial "post-meta-item/readingtime.html" . }}
|
|
|
|
{{ partial "post-meta-item/series.html" . }}
|
|
|
|
{{ partial "post-meta-item/tags.html" . }}
|
2021-11-13 17:04:10 -06:00
|
|
|
</div>
|
|
|
|
{{ end }}
|