Use markdown emojify instead of dump emojify

This commit is contained in:
Zoe Roux
2024-05-31 12:37:29 +02:00
parent c03744bd54
commit 9dc7940718
31 changed files with 62 additions and 62 deletions

View File

@@ -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 }}
{{ end }}