Added first jb post

This commit is contained in:
2022-12-27 02:08:22 -07:00
parent a9910337ad
commit 22ac56fa92
4 changed files with 43 additions and 2 deletions
@@ -3,14 +3,14 @@
<nav class="paginav">
{{- with $pages.Next . }}
<a class="prev" href="{{ .Permalink }}">
<span class="title">« {{ i18n "prev_page" }}</span>
<span class="title">« {{ i18n "next_page" }}</span>
<br>
<span>{{- .Name -}}</span>
</a>
{{- end }}
{{- with $pages.Prev . }}
<a class="next" href="{{ .Permalink }}">
<span class="title">{{ i18n "next_page" }} »</span>
<span class="title">{{ i18n "prev_page" }} »</span>
<br>
<span>{{- .Name -}}</span>
</a>