postMetaDetailed.html - antifascista - the antifascist, anti-mainstream, anti-web Hugo theme.
(HTM) git clone https://git.drkhsh.at/antifascista
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
postMetaDetailed.html (933B)
---
1 <div class="post-meta">
2 <strong>
3 <span>Posted on</span>
4 <time>{{ .PublishDate.Format (default "2006-01-02 15:04:05" .Site.Params.dateFmt) }}</time>
5 {{ with .Params.categories }}<span>in</span>{{ end -}}
6 {{- range $key, $value := .Params.categories -}}
7 {{- if $key }}, {{ end }}
8 <a href="{{ "/categories/" | relLangURL }}{{ $value | urlize }}">{{ . }}</a>
9 {{- end -}}
10 </strong>
11 {{ if not site.Params.disableWordCount -}}
12 {{ with .WordCount }}<span> • {{ . }} words</span>{{ end }}
13 {{ end -}}
14 {{- if and .IsPage (ne .Date .Lastmod) }}
15 <div>
16 Last updated on
17 <time>{{ .Lastmod.Format (default "2006-01-02 15:04:05" .Site.Params.dateFmt) }}</time>
18 </div>
19 {{- end -}}
20 {{- with .Params.tags -}}
21 <div>
22 <span>Tags:</span>
23 {{- range $key, $value := . -}}
24 {{- if $key }}, {{ end }}
25 <a href="{{ "/tags/" | relLangURL }}{{ $value | urlize }}">{{ . }}</a>
26 {{- end }}
27 </div>
28 {{- end }}
29 </div>