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