Add last modification date on footer

This commit is contained in:
nono 2022-08-17 18:53:11 +02:00
parent c71736edd4
commit 191bf8fb61

View File

@ -8,6 +8,7 @@
<footer class="content card card-container" > <footer class="content card card-container" >
<h3>The Octet Press is <a href="{{ .Site.BaseURL }}about-me/">N07070's</a> blog.</h3> <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> <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> <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> </footer>