Correct indentation
This commit is contained in:
parent
d7ecb0c6b4
commit
cb7162ed15
1 changed files with 6 additions and 6 deletions
|
@ -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>
|
<span class="pr-1" title='{{ .Date.Format "January 2 2006" }}'>{{ .Date.Format "2006-01-02" }}</span>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if .Params.tags }}
|
{{ if .Params.tags }}
|
||||||
{{ range $i, $e := .Params.tags }}
|
{{ range $i, $e := .Params.tags }}
|
||||||
<a href="/tags/{{ urlize . }}" class="mr-1">#{{ . }}</a>
|
<a href="/tags/{{ urlize . }}" class="mr-1">#{{ . }}</a>
|
||||||
{{ end }}
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue