summaryrefslogtreecommitdiff
path: root/themes/blowfish/layouts/partials/author-extra.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/blowfish/layouts/partials/author-extra.html')
-rw-r--r--themes/blowfish/layouts/partials/author-extra.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/blowfish/layouts/partials/author-extra.html b/themes/blowfish/layouts/partials/author-extra.html
index 701e9fa..9f98342 100644
--- a/themes/blowfish/layouts/partials/author-extra.html
+++ b/themes/blowfish/layouts/partials/author-extra.html
@@ -21,13 +21,13 @@
{{ $link := .link}}
{{ with .data.name | markdownify | emojify }}
<div class="text-[0.6rem] uppercase leading-3 text-neutral-500 dark:text-neutral-400">
- {{ i18n "author.byline_title" | markdownify | emojify }}
+ {{ i18n "author.byline_title" | markdownify }}
</div>
<a {{ if $link }} href="{{ $link }}" {{ end }} class="font-semibold leading-6 text-neutral-800 dark:text-neutral-300">
{{ . }}
</a>
{{ end }}
- {{ with .data.bio | markdownify | emojify }}
+ {{ with .data.bio | markdownify }}
<div class="text-sm text-neutral-700 dark:text-neutral-400">{{ . }}</div>
{{ end }}
<div class="text-2xl sm:text-lg">
@@ -41,4 +41,4 @@
</div>
</div>
</div>
-</div> \ No newline at end of file
+</div>