mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-07-20 18:01:36 -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="mr-3 article-pagination-direction">←</span>
|
||||||
<span class="flex flex-col">
|
<span class="flex flex-col">
|
||||||
<span class="article-pagination-title">{{ .NextInSection.Title | emojify }}</span>
|
<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) }}
|
{{ if .Params.showDate | default (.Site.Params.article.showDate | default true) }}
|
||||||
{{ partial "meta/date.html" . }}
|
{{ partial "meta/date.html" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
<a class="flex text-right" href="{{ .PrevInSection.RelPermalink }}">
|
<a class="flex text-right" href="{{ .PrevInSection.RelPermalink }}">
|
||||||
<span class="flex flex-col">
|
<span class="flex flex-col">
|
||||||
<span class="article-pagination-title">{{ .PrevInSection.Title | emojify }}</span>
|
<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) }}
|
{{ if .Params.showDate | default (.Site.Params.article.showDate | default true) }}
|
||||||
{{ partial "meta/date.html" . }}
|
{{ partial "meta/date.html" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user