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

github.com/vimux/blank.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimux <vimux@protonmail.com>2017-04-08 21:33:39 +0300
committervimux <vimux@protonmail.com>2017-04-08 21:33:39 +0300
commitbd3330875a87fcd8b42cf0bd889bea10a793ebcc (patch)
tree67afac73996c8cc9776055d91a7628d397089a10
parentddb5e32665a958874f6b4807ad2356c4b45081f7 (diff)
Replace deprecated .Now with now template function
-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 7e7d2b1..88d9fe0 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,5 +1,5 @@
<footer>
- <p>&copy; {{ .Now.Year }} <a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></p>
+ <p>&copy; {{ now.Year }} <a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></p>
</footer>
</body>
</html> \ No newline at end of file