From c1389725c5e5d7b5e723c4b89c56427d4b611263 Mon Sep 17 00:00:00 2001 From: Oscar Date: Tue, 12 Nov 2019 15:16:14 +0100 Subject: [PATCH] feat(11ty): output definition headline and content --- 11ty/_includes/components/definition.njk | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/11ty/_includes/components/definition.njk b/11ty/_includes/components/definition.njk index 5a481d0f..18c1daea 100644 --- a/11ty/_includes/components/definition.njk +++ b/11ty/_includes/components/definition.njk @@ -1,6 +1,9 @@ -
-

{{ definition.data.title}}

-

{{ definition.data.flag }}

+
+

+ {{ definition.data.title}} + {{ definition.data.speech}} +

+ {{ definition.templateContent | safe }} {#

{{ definition.data.alt_words }}

#} {%- if definition.data.alt_words -%}

Alt words