From 6121399fe8cf08d853f1ee87329b9a66f0c50ff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Brunet?= Date: Sat, 22 May 2021 13:20:34 +0200 Subject: [PATCH] Restore missing safe filter --- src/_includes/layouts/home.njk | 2 +- src/_includes/layouts/recipes-list.njk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 %}