21 lines
590 B
HTML
21 lines
590 B
HTML
|
<footer>
|
||
|
<hr>
|
||
|
{{ partial "foot_custom.html" . }}
|
||
|
<p>
|
||
|
Last updated {{ now.Format "Jan 2 2006" }}
|
||
|
</p>
|
||
|
<p>
|
||
|
<-- prev | <a href="https://nora-webring.neocities.org/">Nora Webring</a> | <a href="https://nora.zone">next --></a>
|
||
|
█
|
||
|
<a href="https://skylarhill.me/"><-- prev</a> | Hacker Girls | <a href="https://tilde.town/~haskal">next --></a>
|
||
|
</p>
|
||
|
<p>
|
||
|
{{ with .Site.Params.footer }}
|
||
|
{{ . | markdownify }}
|
||
|
{{ end }}
|
||
|
</p>
|
||
|
<br>
|
||
|
</footer>
|
||
|
</body>
|
||
|
</html>
|