Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/carsonip/hugo-theme-minos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarson Ip <carsonip715@gmail.com>2017-04-10 15:51:02 +0300
committerCarson Ip <carsonip715@gmail.com>2017-04-10 15:51:18 +0300
commitf746da67c9e10db764f9014d017e75f4c4f5c7df (patch)
tree059456f48960ebb03e44cfbb438f07f88a2640ce
parent50239d2fe8b9fc028f96085453f2eef981ecfaba (diff)
Replace .Now by now, update min hugo version
Fix #6
-rw-r--r--layouts/partials/footer.html2
-rw-r--r--theme.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 8346bec..9fb2882 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -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>
diff --git a/theme.toml b/theme.toml
index 7ee0b64..6f22c18 100644
--- a/theme.toml
+++ b/theme.toml
@@ -8,7 +8,7 @@ description = "A simple and retro styled theme ported from Hexo"
homepage = "https://github.com/carsonip/hugo-theme-minos"
tags = ["blog", "minimal"]
features = ["blog", ""]
-min_version = 0.15
+min_version = 0.20
[author]
name = "Carson Ip"