diff --git a/src/_includes/layouts/home.njk b/src/_includes/layouts/home.njk index 0ffe807..2f5c0ab 100644 --- a/src/_includes/layouts/home.njk +++ b/src/_includes/layouts/home.njk @@ -32,7 +32,7 @@ bodyClass: c-home
{% for tag in recipe.data.tags %} - {{ tag | onlyEmoji }} + {{ tag | onlyEmoji | safe }} {% endfor %}
{% if recipe.data.time %} diff --git a/src/_includes/layouts/recipes-list.njk b/src/_includes/layouts/recipes-list.njk index 4db92be..691c8a1 100644 --- a/src/_includes/layouts/recipes-list.njk +++ b/src/_includes/layouts/recipes-list.njk @@ -19,7 +19,7 @@
{% for tag in recipe.data.tags %} - {{ tag | onlyEmoji }} + {{ tag | onlyEmoji | safe }} {% endfor %}
{% if recipe.data.time %}