From baaf6e832ab2ea086831a1149a5f9cd9b266343f Mon Sep 17 00:00:00 2001
From: venus
Date: Sat, 1 Aug 2026 12:36:25 -0500
Subject: [PATCH] updated recipies page
---
src/_layouts/recipe.njk | 7 +++++++
1 file changed, 7 insertions(+)
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 %}