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

github.com/Y4er/hugo-theme-easybook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorY4er <45418382@qq.com>2019-10-08 18:55:03 +0300
committerY4er <45418382@qq.com>2019-10-08 18:55:03 +0300
commit109f36a34a1b10e1b0705f0e26a8fa9da69b2f57 (patch)
tree860db8be07a175a96b040439e1ddb39f13e1ed64
parent99638c226200fffd98a89b9d51c36cd3fefd34a6 (diff)
fix footer.html date
-rw-r--r--layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 02000db..5cb6d66 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,3 +1,3 @@
<div class="wrapper">
- © {{ .Date.Format "2006" }} <a href="{{ "" | absURL }}">{{ .Site.Params.author }}</a>
+ © {{ now.Format "2006" }} <a href="{{ "" | absURL }}">{{ .Site.Params.author }}</a>
</div> \ No newline at end of file