itsdrike.com/layouts/partials/content-details.html

10 lines
267 B
HTML
Raw Normal View History

2021-08-24 17:49:26 +00:00
{{ if not .Date.IsZero }}
<span title='{{ .Date.Format "January 2 2006" }}'>{{ .Date.Format "2006-01-02" }}</span>
{{ end }}
{{ if .Params.tags }}
{{ range $1, $e := .Params.tags }}
<a href="/tags/{{ urlize . }}">#{{ . }}</a>
{{ end }}
{{ end }}