summaryrefslogtreecommitdiff
path: root/themes/blowfish/layouts/_default/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/blowfish/layouts/_default/single.html')
-rw-r--r--themes/blowfish/layouts/_default/single.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/blowfish/layouts/_default/single.html b/themes/blowfish/layouts/_default/single.html
index 9e6c526..ad07f7d 100644
--- a/themes/blowfish/layouts/_default/single.html
+++ b/themes/blowfish/layouts/_default/single.html
@@ -80,7 +80,7 @@
{{ partial "series/series.html" . }}
<div class="article-content max-w-prose mb-20">
- {{ .Content | emojify }}
+ {{ .Content }}
</div>
{{ if (.Params.showAuthorBottom | default ( .Site.Params.article.showAuthorBottom | default false)) }}
@@ -147,4 +147,4 @@
{{ end }}
</footer>
</article>
-{{ end }} \ No newline at end of file
+{{ end }}