summaryrefslogtreecommitdiff
path: root/themes/blowfish/layouts/_default/taxonomy.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/blowfish/layouts/_default/taxonomy.html')
-rw-r--r--themes/blowfish/layouts/_default/taxonomy.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/blowfish/layouts/_default/taxonomy.html b/themes/blowfish/layouts/_default/taxonomy.html
index aa8e4b1..b7a38c8 100644
--- a/themes/blowfish/layouts/_default/taxonomy.html
+++ b/themes/blowfish/layouts/_default/taxonomy.html
@@ -25,7 +25,7 @@
{{ if .Content }}
<section class="flex flex-col max-w-full mt-0 prose dark:prose-invert lg:flex-row">
<div class="min-w-0 min-h-0 max-w-prose">
- {{ .Content | emojify }}
+ {{ .Content }}
</div>
</section>
{{ end }}