🔀 Merge branch 'dev' into v2

This commit is contained in:
James Panther
2022-01-24 12:05:43 +11:00
21 changed files with 95 additions and 33 deletions
+2 -2
View File
@@ -20,7 +20,7 @@
>
<span class="mt-[0.1rem] text-xs text-neutral-500 dark:text-neutral-400">
{{ if .Params.showDate | default (.Site.Params.article.showDate | default true) }}
{{ partial "meta/date.html" .NextInSection }}
{{ partial "meta/date.html" .NextInSection.Date }}
{{ end }}
</span>
</span>
@@ -36,7 +36,7 @@
>
<span class="mt-[0.1rem] text-xs text-neutral-500 dark:text-neutral-400">
{{ if .Params.showDate | default (.Site.Params.article.showDate | default true) }}
{{ partial "meta/date.html" .PrevInSection }}
{{ partial "meta/date.html" .PrevInSection.Date }}
{{ end }}
</span>
</span>