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>
|
||||
<ul>
|
||||
{{- 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 -}}
|
||||
{{- with .NextInSection }}
|
||||
<li>Next {{ $name }}: <a href="{{ .Permalink }}" rel="next">{{ .Title }}</a></li>
|
||||
|
|
Loading…
Reference in a new issue