summaryrefslogtreecommitdiff
path: root/themes/blowfish/layouts/partials/home/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/blowfish/layouts/partials/home/page.html')
-rw-r--r--themes/blowfish/layouts/partials/home/page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/blowfish/layouts/partials/home/page.html b/themes/blowfish/layouts/partials/home/page.html
index d715b78..45b681d 100644
--- a/themes/blowfish/layouts/partials/home/page.html
+++ b/themes/blowfish/layouts/partials/home/page.html
@@ -4,7 +4,7 @@
<h1>{{ . | emojify }}</h1>
</header>
{{ end }}
- <section>{{ .Content | emojify }}</section>
+ <section>{{ .Content }}</section>
</article>
<section>
{{ partial "recent-articles/main.html" . }}