mirror of
https://github.com/rottenwheel/revuoxmrtheme.git
synced 2025-03-30 02:38:45 +00:00
fix: use dateFormat
for current year in footer
This commit is contained in:
parent
4ece6d141a
commit
23a845258e
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
}
|
||||
</style>
|
||||
<span
|
||||
>© {{ .Date.Format "2006" }} - {{ .Site.Title }}<br />
|
||||
>© {{ dateFormat "2006" now }} - {{ .Site.Title }}<br />
|
||||
<a class="color-grey" href="/source/" target="_blank"
|
||||
>Source Code & Licenses</a
|
||||
></span
|
||||
|
|
Loading…
Reference in a new issue