Whitespace fixes
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
<div class="footer wrapper">
|
||||
<nav class="nav">
|
||||
{{ if .Page.Lastmod }}
|
||||
{{- if .Page.Lastmod }}
|
||||
Last updated {{ .Page.Lastmod.Format "January 2, 2006" }}
|
||||
{{ end }}
|
||||
{{- end }}
|
||||
|
||||
{{ if .Site.Copyright }}
|
||||
{{- if .Site.Copyright }}
|
||||
<div>{{ with .Site.Copyright }} {{ . }} | {{ end }}
|
||||
<a href="https://github.com/vividvilla/ezhil">Ezhil theme</a> | Built with <a
|
||||
href="https://gohugo.io">Hugo</a></div>
|
||||
{{ end }}
|
||||
{{- end }}
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user