summaryrefslogtreecommitdiff
path: root/themes/blowfish/layouts/partials/author.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/blowfish/layouts/partials/author.html')
-rw-r--r--themes/blowfish/layouts/partials/author.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/blowfish/layouts/partials/author.html b/themes/blowfish/layouts/partials/author.html
index c544a2f..53fd9be 100644
--- a/themes/blowfish/layouts/partials/author.html
+++ b/themes/blowfish/layouts/partials/author.html
@@ -23,15 +23,15 @@
{{ end }}
{{ end }}
<div class="place-self-center">
- {{ with .Site.Author.name | markdownify | emojify }}
+ {{ with .Site.Author.name | markdownify }}
<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>
<div class="font-semibold leading-6 text-neutral-800 dark:text-neutral-300">
{{ . }}
</div>
{{ end }}
- {{ with .Site.Author.bio | markdownify | emojify }}
+ {{ with .Site.Author.bio | markdownify }}
<div class="text-sm text-neutral-700 dark:text-neutral-400">{{ . }}</div>
{{ end }}
<div class="text-2xl sm:text-lg">{{ partialCached "author-links.html" . }}</div>