1
Fork 0
theorangeone.net-legacy/layouts/partials/content-details.html

10 lines
283 B
HTML
Raw Normal View History

2019-04-28 15:19:17 +01:00
{{ if not .Date.IsZero }}
<span class="pr-1" title='{{ .Date.Format "January 2 2006" }}'>{{ .Date.Format "2006-01-02" }}</span>
2019-04-28 15:19:17 +01:00
{{ end }}
2019-04-28 15:19:17 +01:00
{{ if .Params.tags }}
{{ range $i, $e := .Params.tags }}
<a href="/tags/{{ urlize . }}" class="mr-1">#{{ . }}</a>
{{ end }}
2019-04-28 15:19:17 +01:00
{{ end }}