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"> <footer id="footer">
<div class="outer"> <div class="outer">
<div id="footer-info" class="inner"> <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> 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>
</div> </div>

View File

@@ -8,7 +8,7 @@ description = "A simple and retro styled theme ported from Hexo"
homepage = "https://github.com/carsonip/hugo-theme-minos" homepage = "https://github.com/carsonip/hugo-theme-minos"
tags = ["blog", "minimal"] tags = ["blog", "minimal"]
features = ["blog", ""] features = ["blog", ""]
min_version = 0.15 min_version = 0.20
[author] [author]
name = "Carson Ip" name = "Carson Ip"