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

10 lines
297 B
HTML
Raw Normal View History

2018-02-14 21:07:05 +00:00
{{ if not .Date.IsZero }}
<span class="pr-1" title='{{ .Date.Format "January 2 2006" }}'>{{ .Date.Format "2006-01-02" }}</span>
{{ end }}
{{ if .Params.tags }}
{{ range $i, $e := .Params.tags }}
<a href="/tags/{{ urlize . }}" class="mr-1">#{{ . }}</a>
{{ end }}
{{ end }}