commit bd3330875a87fcd8b42cf0bd889bea10a793ebcc parent ddb5e32665a958874f6b4807ad2356c4b45081f7 Author: vimux <vimux@protonmail.com> Date: Sat, 8 Apr 2017 21:33:39 +0300 Replace deprecated .Now with now template function Diffstat:
M | layouts/partials/footer.html | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html @@ -1,5 +1,5 @@ <footer> - <p>© {{ .Now.Year }} <a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></p> + <p>© {{ now.Year }} <a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></p> </footer> </body> </html> \ No newline at end of file