Whitespace fixes

This commit is contained in:
2020-04-18 23:44:00 -07:00
parent e649063146
commit 98d08f23b8
3 changed files with 14 additions and 14 deletions

View File

@@ -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>