blogotheme/layouts/partials/footer.html
2022-02-27 18:18:29 +01:00

14 lines
465 B
HTML

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