summaryrefslogtreecommitdiff
path: root/themes/blowfish/layouts/_default/term.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/blowfish/layouts/_default/term.html')
-rw-r--r--themes/blowfish/layouts/_default/term.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/blowfish/layouts/_default/term.html b/themes/blowfish/layouts/_default/term.html
index dcaed10..db33bd7 100644
--- a/themes/blowfish/layouts/_default/term.html
+++ b/themes/blowfish/layouts/_default/term.html
@@ -24,7 +24,7 @@
<section class="flex flex-col max-w-full mt-0 mb-5 prose dark:prose-invert lg:flex-row">
{{ if .Content }}
<div class="min-w-0 min-h-0 max-w-prose">
- {{ .Content | emojify }}
+ {{ .Content }}
</div>
{{ end }}
<script>
@@ -128,4 +128,4 @@
{{ partial "pagination.html" . }}
- {{ end }} \ No newline at end of file
+ {{ end }}