🔀 Merge branch 'dev' into v2

This commit is contained in:
James Panther
2022-01-19 13:52:03 +11:00
14 changed files with 57 additions and 165 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
href="{{ . }}"
target="_blank"
rel="external"
>{{ $.Title }}</a
>{{ $.Title | emojify }}</a
>
<span
class="-mt-2 text-xs cursor-default text-neutral-400 dark:text-neutral-500"
@@ -18,7 +18,7 @@
<a
class="hover:underline hover:decoration-primary-500 hover:underline-offset-2 text-neutral-800 dark:text-neutral"
href="{{ .RelPermalink }}"
>{{ .Title }}</a
>{{ .Title | emojify }}</a
>
{{ end }}
{{ if and .Draft .Site.Params.article.showDraftLabel }}