1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-11-10 00:12:09 +00:00
This commit is contained in:
Rohan Kumar 2022-05-24 17:22:03 -07:00
parent e70aa42907
commit f97df83661
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -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>