Replace deprecated .Now with now template function

This commit is contained in:
vimux 2017-04-08 21:33:39 +03:00
parent ddb5e32665
commit bd3330875a
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<footer> <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> </footer>
</body> </body>
</html> </html>