Replace .Now by now, update min hugo version

Fix #6
This commit is contained in:
Carson Ip
2017-04-10 14:51:02 +02:00
parent 50239d2fe8
commit f746da67c9
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<footer id="footer">
<div class="outer">
<div id="footer-info" class="inner">
&copy; {{ .Now.Format "2006"}} {{ or .Site.Author .Site.Title }}&nbsp;
&copy; {{ now.Format "2006"}} {{ or .Site.Author .Site.Title }}&nbsp;
Powered by <a href="https://gohugo.io" target="_blank">Hugo</a> with theme <a href="https://github.com/carsonip/hugo-theme-minos">Minos</a>
</div>
</div>