Files
lit.ruv.wtf/templates/_footer.html

8 lines
257 B
HTML

<footer>
<a href="privacy.html">Privacy Policy</a>
<p>&copy; 2013-<span id="current-year"></span> Max Litruv Boonzaayer</p>
<script>
document.getElementById('current-year').textContent = new Date().getFullYear();
</script>
</footer>