mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
b519c5f371
Also adjust some margins to eliminate cut-off elements.
14 lines
445 B
HTML
14 lines
445 B
HTML
<aside aria-labelledby="continue-hd">
|
|
<nav aria-labelledby="continue-hd">
|
|
<h2 id="continue-hd">Continue reading</h2>
|
|
<ul>
|
|
{{- with .PrevInSection }}
|
|
<li>Previous post: <a href="{{ .Permalink }}" rel="prev">{{ .Title }}</a></li>
|
|
{{- end -}}
|
|
{{- with .NextInSection }}
|
|
<li>Next post: <a href="{{ .Permalink }}" rel="next">{{ .Title }}</a></li>
|
|
{{- end }}
|
|
</ul>
|
|
</nav>
|
|
<p role="separator">That's all, folks.</p>
|
|
</aside>
|