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

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/blog/layouts/partials/footer.copyright.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/blog/layouts/partials/footer.copyright.html b/examples/blog/layouts/partials/footer.copyright.html
index 64c9353ea..7f7b5fc7b 100644
--- a/examples/blog/layouts/partials/footer.copyright.html
+++ b/examples/blog/layouts/partials/footer.copyright.html
@@ -2,8 +2,8 @@
<div class="row">
<hr>
<div class="col-sm-12">
- <p>&copy; Enthusiastic Hugo User {{ .Now.Format "2006" }} &middot;
+ <p>&copy; Enthusiastic Hugo User {{ now.Format "2006" }} &middot;
Built with <a href="https://github.com/gohugoio/hugo">Hugo</a></p>
</div>
</div>
- </footer> \ No newline at end of file
+ </footer>