mirror of
https://github.com/safing/web
synced 2025-09-02 11:09:03 +00:00
Dynamically display current year
This commit is contained in:
parent
60c5b180e9
commit
357098a8d5
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="legal">
|
<div class="legal">
|
||||||
<ul>
|
<ul>
|
||||||
<li>Safing © 2019</li>
|
<li>Safing © {{ site.time | date: '%Y' }}</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Add table
Reference in a new issue