Dynamically display current year

This commit is contained in:
davegson 2019-11-14 11:33:07 +01:00
parent 60c5b180e9
commit 357098a8d5

View file

@ -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>