Remove gitinfo on footer

This commit is contained in:
nono 2022-08-17 19:22:51 +02:00
parent 0a731d4926
commit e74e82a6b7
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@
<small>It's self-hosted, low-tech, without javascript and static, as it should be.</small>
<sup><a href="{{ .Site.BaseURL}}/notes/why-no-js/" rel="nofollow">Why ?</a></sup>
<br>
<p> Page last modified on {{ .Lastmod }} | {{ .GitInfo.AbbreviatedHash }} </p>
<p> Page last modified on {{ .Lastmod }}</p>
</footer>