summaryrefslogtreecommitdiff
path: root/themes/blowfish/layouts/partials/home/card.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/blowfish/layouts/partials/home/card.html')
-rw-r--r--themes/blowfish/layouts/partials/home/card.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/blowfish/layouts/partials/home/card.html b/themes/blowfish/layouts/partials/home/card.html
index 0b17f83..8e85455 100644
--- a/themes/blowfish/layouts/partials/home/card.html
+++ b/themes/blowfish/layouts/partials/home/card.html
@@ -9,7 +9,7 @@
<h1>{{ . | emojify }}</h1>
</header>
{{ end }}
- <section>{{ .Content | emojify }}</section>
+ <section>{{ .Content }}</section>
</article>
</div>
<div class="mt-6 sm:mt-16 lg:mt-0 mx-auto max-w-xl px-4 sm:px-6 lg:mx-0 lg:max-w-none lg:py-16 lg:px-0">
@@ -40,4 +40,4 @@
</div>
<section>
{{ partial "recent-articles/main.html" . }}
-</section> \ No newline at end of file
+</section>