mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Typo
This commit is contained in:
parent
e70aa42907
commit
f97df83661
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
<h2 id="continue-hd">Continue reading</h2>
|
<h2 id="continue-hd">Continue reading</h2>
|
||||||
<ul>
|
<ul>
|
||||||
{{- with .PrevInSection }}
|
{{- with .PrevInSection }}
|
||||||
<li>Previous post: <a href="{{ .Permalink }}" rel="prev">{{ .Title }}</a></li>
|
<li>Previous {{ $name }} <a href="{{ .Permalink }}" rel="prev">{{ .Title }}</a></li>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- with .NextInSection }}
|
{{- with .NextInSection }}
|
||||||
<li>Next {{ $name }}: <a href="{{ .Permalink }}" rel="next">{{ .Title }}</a></li>
|
<li>Next {{ $name }}: <a href="{{ .Permalink }}" rel="next">{{ .Title }}</a></li>
|
||||||
|
|
Loading…
Reference in a new issue