summaryrefslogtreecommitdiff
path: root/themes/blowfish/layouts/partials/home/profile.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/blowfish/layouts/partials/home/profile.html')
-rw-r--r--themes/blowfish/layouts/partials/home/profile.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/blowfish/layouts/partials/home/profile.html b/themes/blowfish/layouts/partials/home/profile.html
index 70e4ac9..09e8ada 100644
--- a/themes/blowfish/layouts/partials/home/profile.html
+++ b/themes/blowfish/layouts/partials/home/profile.html
@@ -23,15 +23,15 @@
</h1>
{{ with .Site.Author.headline }}
<h2 class="text-xl text-neutral-500 dark:text-neutral-400">
- {{ . | markdownify | emojify }}
+ {{ . | markdownify }}
</h2>
{{ end }}
<div class="mt-1 text-2xl">
{{ partialCached "author-links.html" . }}
</div>
</header>
- <section class="prose dark:prose-invert">{{ .Content | emojify }}</section>
+ <section class="prose dark:prose-invert">{{ .Content }}</section>
</article>
<section>
{{ partial "recent-articles/main.html" . }}
-</section> \ No newline at end of file
+</section>