diff --git a/src/_layouts/recipe.njk b/src/_layouts/recipe.njk index c2d6d6f..5bf7136 100644 --- a/src/_layouts/recipe.njk +++ b/src/_layouts/recipe.njk @@ -14,6 +14,7 @@ @@ -27,6 +28,12 @@ {% if author %}

From the kitchen of: {{ author }}

{% endif %} + {% if tags %} + {% for tag in tags | filterTags %} + {{ tag }}{% if not loop.last %}, {% endif %} + {% endfor %} +

+ {% endif %} {% if image %}