diff --git a/src/_includes/footer-details.njk b/src/_includes/footer-details.njk index e7567f8..54d7066 100644 --- a/src/_includes/footer-details.njk +++ b/src/_includes/footer-details.njk @@ -13,8 +13,13 @@

- 🎈 11ty - 🌊 Tailwind + {% for item in [ + { url: "https://www.11ty.dev/", text: "🎈 11ty", label: "11ty (opens in a new tab)" }, + { url: "https://mozilla.github.io/nunjucks/", text: "🔧 Nunjucks", label: "Nunjucks (opens in a new tab)" }, + { url: "https://tailwindcss.com/", text: "🌊 Tailwind", label: "Tailwind CSS (opens in a new tab)" } + ] %} + {{ item.text }} + {% endfor %}