14 lines
521 B
HTML
14 lines
521 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="https://www.wired.com/2015/11/i-turned-off-javascript-for-a-whole-week-and-it-was-glorious/" rel="nofollow">Why ?</a></sup>
|
|
</footer>
|