Add last modification date on footer
This commit is contained in:
parent
c71736edd4
commit
191bf8fb61
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user