Replace deprecated .Now with now template function
This commit is contained in:
parent
ddb5e32665
commit
bd3330875a
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<footer>
|
<footer>
|
||||||
<p>© {{ .Now.Year }} <a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></p>
|
<p>© {{ now.Year }} <a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></p>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue