style(paginav): improve layout and spacing for navigation links

This commit is contained in:
Aditya Telange
2026-04-11 20:53:16 +05:30
parent 86ed1c47bc
commit 8739b2f73b
2 changed files with 10 additions and 13 deletions
-2
View File
@@ -4,14 +4,12 @@
{{- with $pages.Next . }}
<a class="prev" href="{{ .Permalink }}">
<span class="title">« {{ i18n "prev_page" }}</span>
<br>
<span>{{- .Name -}}</span>
</a>
{{- end }}
{{- with $pages.Prev . }}
<a class="next" href="{{ .Permalink }}">
<span class="title">{{ i18n "next_page" }} »</span>
<br>
<span>{{- .Name -}}</span>
</a>
{{- end }}