Add last modification date on footer

This commit is contained in:
nono 2022-08-17 18:53:11 +02:00
parent c71736edd4
commit 191bf8fb61
1 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
<footer class="content card card-container" >
<h3>The Octet Press is <a href="{{ .Site.BaseURL }}about-me/">N07070's</a> blog.</h3>
<small>It's self-hosted, low-tech, without javascript and static, as it should be.</small>
<br>
<sup><a href="{{ .Site.BaseURL}}/notes/why-no-js/" rel="nofollow">Why ?</a></sup>
<br>
<p> Page last modified on {{ .Lastmod }} | {{ .GitInfo.AbbreviatedHash }} </p>
</footer>