From 7eaa6f4aa4b89101299c25da73242f272100c3cc Mon Sep 17 00:00:00 2001 From: Matt Hall <401matthall@gmail.com> Date: Sun, 11 Feb 2024 13:33:20 -0500 Subject: [PATCH] updated nav bar to include mastodon link, github link, and rss feed --- _data/intro.json | 3 +-- _includes/layouts/widget/nav.njk | 20 +++++++++++++++++++- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/_data/intro.json b/_data/intro.json index 31b4f3d..b2c2d24 100644 --- a/_data/intro.json +++ b/_data/intro.json @@ -2,6 +2,5 @@ "title": "Matt Hall", "intro": "Hi. I'm Matt Hall. I've been writing software for about eight years. I've been exploring solving problems my entire life. I enjoy the arts of story crafting, writing, and communicating. I am excited to share some of that with you. You may find yourself less excited upon the sharing.", "cover_intro": "I write syntax, and words. I have opinions.", - "cover_image": "https://avatars.githubusercontent.com/u/7205256?v=4", - "cover_link_1": {"http" : "https://mastodon.xyz/@401matthall", "text" : "401matthall on mastodon"} + "cover_image": "https://avatars.githubusercontent.com/u/7205256?v=4" } \ No newline at end of file diff --git a/_includes/layouts/widget/nav.njk b/_includes/layouts/widget/nav.njk index 76686c1..7d77ad7 100644 --- a/_includes/layouts/widget/nav.njk +++ b/_includes/layouts/widget/nav.njk @@ -3,9 +3,27 @@ {%- for entry in collections.all | eleventyNavigation %} {{ entry.title }} {%- endfor %} +
+ + + + Mastodon + Github - + + + + + + + + + + + Feed + +
\ No newline at end of file