diff --git a/content/blogroll/index.njk b/content/blogroll/index.njk index 548f02f..d018757 100644 --- a/content/blogroll/index.njk +++ b/content/blogroll/index.njk @@ -4,10 +4,17 @@ title: Nathan Upchurch | Blogroll structuredData: none ---
Here are some of the blogs I subscribe to. You can click the RSS icon next to each to subscribe using your newsreader, or import all of them at once by downloading and importing this convenient .opml file.
+Here are some blogs and independent news outlets I like to read. You can click the RSS icon next to each to subscribe using your newsreader, or import all of them at once by downloading and importing this convenient .opml file.
++Skip to category: +{% for category in blogroll.categories %} +{{ category.name }}{% if loop.last %}.{% else %},{% endif %} +{% endfor %} +
+ {% for category in blogroll.categories %}