add page modified time to the template

This commit is contained in:
2020-03-07 15:39:12 -06:00
parent 75f8488fc3
commit 04145e92f8
3 changed files with 16 additions and 1 deletions

View File

@@ -3,3 +3,6 @@
<section class="content">
{{ content }}
</section>
<footer>
<i>Last modified: {{ mtime }}</i>
</footer>