💄 Add styles for pagination links

This commit is contained in:
James Panther
2021-08-16 10:41:00 +10:00
parent d8473ba7d5
commit e293f4c509
5 changed files with 21 additions and 25 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
<span>
{{ if .NextInSection }}
<a class="flex" href="{{ .NextInSection.Permalink }}">
<span class="mr-3"></span>
<span class="mr-3">&larr;</span>
<span class="flex flex-col">
<span class="button__text">{{ .NextInSection.Title }}</span>
{{ if .Site.Params.article.showDate | default true }}
@@ -35,7 +35,7 @@
</time>
{{ end }}
</span>
<span class="ml-3"></span>
<span class="ml-3">&rarr;</span>
</a>
{{ end }}
</span>