From c6a6fd440631c96cdfc32a74227f2f607d1da4e1 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Sat, 21 Sep 2024 12:53:04 +0800 Subject: [PATCH] Add Go Make Things --- src/slashes/headerlinks/links.njk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/slashes/headerlinks/links.njk b/src/slashes/headerlinks/links.njk index b45972f1..1598a0f2 100644 --- a/src/slashes/headerlinks/links.njk +++ b/src/slashes/headerlinks/links.njk @@ -137,6 +137,9 @@ eleventyNavigation: {{ linkRoll("freeCodeCamp.org", "https://www.freecodecamp.org/news/", "https://www.freecodecamp.org/news/rss/" ) }} + {{ linkRoll("Go Make Things", "https://gomakethings.com/", + "https://gomakethings.com/feed/index.xml" + ) }} {{ linkRoll("Inclusive Components", "https://inclusive-components.design/", "https://inclusive-components.design/rss" ) }}