diff --git a/_data/blogroll.js b/_data/blogroll.js
index 76e5b24..5b85f1a 100644
--- a/_data/blogroll.js
+++ b/_data/blogroll.js
@@ -620,6 +620,13 @@ export default {
url: "https://thefoggiest.dev",
description: "The personal blog of Diederick de Vries of Amsterdam.",
},
+ {
+ title: "ThinksTooMuch",
+ feedUrl: "https://thinkstoomuch.net/index.xml",
+ url: "https://thinkstoomuch.net/",
+ description:
+ "Thoughts on atheism, leftism, firearms, work, and life.",
+ },
],
},
{
diff --git a/_data/metadata.js b/_data/metadata.js
index 1cab8be..0efcfdd 100644
--- a/_data/metadata.js
+++ b/_data/metadata.js
@@ -1,6 +1,7 @@
export default {
title: "Nathan Upchurch",
logo: "/img/logo.svg",
+ holidayLogo: "",
url: "https://nathanupchurch.com/",
language: "en",
description:
@@ -166,6 +167,7 @@ export default {
iconURL: "/img/wafrn.svg",
},
],
+ weatherSymbol: "🍁",
webrings: [
{
name: "Fediring",
diff --git a/_includes/footer.njk b/_includes/footer.njk
index 62debb0..092e8f2 100644
--- a/_includes/footer.njk
+++ b/_includes/footer.njk
@@ -1,8 +1,4 @@
diff --git a/_includes/header.njk b/_includes/header.njk
index c5c8b1e..4471aa6 100644
--- a/_includes/header.njk
+++ b/_includes/header.njk
@@ -5,7 +5,7 @@
class="home-link">
{% if not hideNav %}{% include "nav.njk" %}{% endif %}
diff --git a/_includes/layouts/base.njk b/_includes/layouts/base.njk
index 8cea4cc..5d4d617 100644
--- a/_includes/layouts/base.njk
+++ b/_includes/layouts/base.njk
@@ -16,5 +16,6 @@
{% include "footer.njk" %}
+ {% include "weather.njk" %}