blogotheme/layouts/partials/footer.html

14 lines
439 B
HTML
Raw Normal View History

2021-04-04 13:11:55 +02:00
<nav class="end-nav card-container card content">
2021-04-04 13:11:55 +02:00
{{ partial "openring-out.html" . }}
</nav>
<footer class="content card card-container" >
2022-02-27 17:40:05 +01:00
<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>
2022-02-27 18:18:29 +01:00
<sup><a href="{{ .Site.BaseURL}}/notes/why-no-js/" rel="nofollow">Why ?</a></sup>
2021-01-03 14:33:26 +01:00
</footer>