mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-02-24 00:29:03 +00:00
9 lines
267 B
HTML
9 lines
267 B
HTML
{{ 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 }}
|