2024-06-19 22:18:29 +00:00
|
|
|
{{ with .NextInSection }}
|
2024-05-27 21:13:51 +00:00
|
|
|
<div class="prev-post">
|
|
|
|
<p>
|
|
|
|
<a href="{{ .RelPermalink }}">
|
|
|
|
←
|
|
|
|
{{ i18n "previous" }}:
|
|
|
|
{{ .Title }}
|
|
|
|
</a>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
{{ end }}
|
|
|
|
|
2024-06-19 22:18:29 +00:00
|
|
|
{{ with .PrevInSection }}
|
2024-05-27 21:13:51 +00:00
|
|
|
<div class="next-post">
|
|
|
|
<p>
|
|
|
|
<a href="{{ .RelPermalink }}">
|
|
|
|
{{ i18n "next" }}:
|
|
|
|
{{ .Title }}
|
|
|
|
→
|
|
|
|
</a>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
{{ end }}
|