summaryrefslogtreecommitdiff
path: root/themes/blowfish/layouts/partials/home/background.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/blowfish/layouts/partials/home/background.html')
-rw-r--r--themes/blowfish/layouts/partials/home/background.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/blowfish/layouts/partials/home/background.html b/themes/blowfish/layouts/partials/home/background.html
index 2549033..2746eea 100644
--- a/themes/blowfish/layouts/partials/home/background.html
+++ b/themes/blowfish/layouts/partials/home/background.html
@@ -51,7 +51,7 @@
</h1>
{{ with .Site.Author.headline }}
<h2 class="mt-0 mb-0 text-xl text-neutral-800 dark:text-neutral-300">
- {{ . | markdownify | emojify }}
+ {{ . | markdownify }}
</h2>
{{ end }}
<div class="mt-3 mb-10 text-2xl">
@@ -67,7 +67,7 @@
</div>
{{ end }}
</div>
- <section class="prose dark:prose-invert">{{ .Content | emojify }}</section>
+ <section class="prose dark:prose-invert">{{ .Content }}</section>
</div>
</div>
</div>