mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-07-10 00:49:00 -04:00
Fix spacing for pagination dates
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<span class="mr-3 article-pagination-direction">←</span>
|
||||
<span class="flex flex-col">
|
||||
<span class="article-pagination-title">{{ .NextInSection.Title | emojify }}</span>
|
||||
<span class="-mt-1 text-xs text-neutral-400 dark:text-neutral-500">
|
||||
<span class="text-xs text-neutral-400 dark:text-neutral-500">
|
||||
{{ if .Params.showDate | default (.Site.Params.article.showDate | default true) }}
|
||||
{{ partial "meta/date.html" . }}
|
||||
{{ end }}
|
||||
@@ -23,7 +23,7 @@
|
||||
<a class="flex text-right" href="{{ .PrevInSection.RelPermalink }}">
|
||||
<span class="flex flex-col">
|
||||
<span class="article-pagination-title">{{ .PrevInSection.Title | emojify }}</span>
|
||||
<span class="-mt-1 text-xs text-neutral-400 dark:text-neutral-500">
|
||||
<span class="text-xs text-neutral-400 dark:text-neutral-500">
|
||||
{{ if .Params.showDate | default (.Site.Params.article.showDate | default true) }}
|
||||
{{ partial "meta/date.html" . }}
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user