Update footer to change year automatically

This commit is contained in:
2020-11-02 21:38:58 +00:00
parent 2a17538361
commit 43bbb85f7c

View File

@@ -1,3 +1,3 @@
<footer> <footer>
&copy; Matthew Grove 2019 &copy; Matthew Grove {{ "now" | date: "%Y" }}
</footer> </footer>