Merge pull request #6 from ghlecl/master
Using the new now function instead of Now on Page object.
This commit is contained in:
commit
bb4aa3740b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
{{ if .Site.Params.showcopyright }}
|
{{ if .Site.Params.showcopyright }}
|
||||||
<div class="footer_copyright">
|
<div class="footer_copyright">
|
||||||
© {{ .Now.Format "2006" }} <a href="{{ .Site.Author.aboutpage }}">{{ .Site.Author.firstname }} {{ .Site.Author.lastname }}</a>
|
© {{ now.Format "2006" }} <a href="{{ .Site.Author.aboutpage }}">{{ .Site.Author.firstname }} {{ .Site.Author.lastname }}</a>
|
||||||
{{ with .Site.Author.location }} - Made in {{ . }}{{ end }}
|
{{ with .Site.Author.location }} - Made in {{ . }}{{ end }}
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue