Make year in footer update automatically
This commit is contained in:
parent
9dfccddf8c
commit
34c911357b
@ -58,7 +58,7 @@
|
|||||||
|
|
||||||
<footer class="mind-site-footer_main unselectable">
|
<footer class="mind-site-footer_main unselectable">
|
||||||
<div>
|
<div>
|
||||||
<p>Copyright © 2019-20 ― Lorenzo Dellacà</p>
|
<p>Copyright © 2019-<script>document.write(new Date().getFullYear().toString().substr(-2))</script> ― Lorenzo Dellacà</p>
|
||||||
</div>
|
</div>
|
||||||
<nav class="mind-site-footer_nav">
|
<nav class="mind-site-footer_nav">
|
||||||
<a href="/policy/">Privacy Policy</a>
|
<a href="/policy/">Privacy Policy</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user