blogotheme/layouts/partials/footer.html
2022-08-17 18:53:11 +02:00

15 lines
523 B
HTML

<nav class="end-nav card-container card content">
{{ partial "openring-out.html" . }}
</nav>
<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>
<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>