diff --git a/src/_includes/global/footer.njk b/src/_includes/global/footer.njk index ec484f04..29bbc5ac 100644 --- a/src/_includes/global/footer.njk +++ b/src/_includes/global/footer.njk @@ -11,12 +11,18 @@ RSS Feed - {%- for statement in collections.statements -%} + {%- for link in collections["footer links"] %} +
Made with 💜 by {{ sitemeta.siteAuthor.name }} • 2023–{% currentYear %}
diff --git a/src/slashes/footer/footer.11tydata.js b/src/slashes/footer/footer.11tydata.js new file mode 100644 index 00000000..54628ea2 --- /dev/null +++ b/src/slashes/footer/footer.11tydata.js @@ -0,0 +1,3 @@ +export default { + tags: "footer links" +} \ No newline at end of file diff --git a/src/slashes/headerlinks/linkroll.njk b/src/slashes/footer/linkroll.njk similarity index 99% rename from src/slashes/headerlinks/linkroll.njk rename to src/slashes/footer/linkroll.njk index c2f93845..5b7bc4fe 100644 --- a/src/slashes/headerlinks/linkroll.njk +++ b/src/slashes/footer/linkroll.njk @@ -1,9 +1,6 @@ --- title: Linkroll toc: true -eleventyNavigation: - key: Linkroll - order: 4 ---Throughout my developer journey, I have been inspired by many other developers and tech people with their works and words. Here is my curated list of websites, blogs and podcasts related to tech and software development that I follow.