diff --git a/layouts/_default/simple.html b/layouts/_default/simple.html
index cc884799..7b5b9a8b 100644
--- a/layouts/_default/simple.html
+++ b/layouts/_default/simple.html
@@ -9,7 +9,7 @@
- {{ .Content | emojify }}
+ {{ .Content }}
-{{ end }}
\ No newline at end of file
+{{ end }}
diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html
index aa8e4b10..b7a38c84 100644
--- a/layouts/_default/taxonomy.html
+++ b/layouts/_default/taxonomy.html
@@ -25,7 +25,7 @@
{{ if .Content }}
- {{ .Content | emojify }}
+ {{ .Content }}
{{ end }}
diff --git a/layouts/_default/term.html b/layouts/_default/term.html
index dcaed108..db33bd72 100644
--- a/layouts/_default/term.html
+++ b/layouts/_default/term.html
@@ -24,7 +24,7 @@
{{ if .Content }}
- {{ .Content | emojify }}
+ {{ .Content }}
{{ end }}
-{{- end -}}
\ No newline at end of file
+{{- end -}}
diff --git a/layouts/shortcodes/gitlab.html b/layouts/shortcodes/gitlab.html
index 1fbe70e1..5b6153c5 100644
--- a/layouts/shortcodes/gitlab.html
+++ b/layouts/shortcodes/gitlab.html
@@ -12,12 +12,12 @@
{{ partial "icon.html" "gitlab" }}