1
Fork 0

Correct indentation

This commit is contained in:
Jake Howard 2019-04-28 15:19:17 +01:00
parent d7ecb0c6b4
commit cb7162ed15
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

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