diff --git a/_includes/layouts/base.njk b/_includes/layouts/base.njk index 8537ec4..e5a8684 100644 --- a/_includes/layouts/base.njk +++ b/_includes/layouts/base.njk @@ -19,7 +19,7 @@ {% if tags and tags.includes('tagList') %} {% endif %} - {% if tags and tags.includes('posts') and not octothorpeExclude %} + {% if (tags and tags.includes('posts') and not octothorpeExclude) or (enableOctothorpe) %} {%- for tag in tags | filterTagList %} diff --git a/content/blogroll/index.njk b/content/blogroll/index.njk index 4af6168..152e303 100644 --- a/content/blogroll/index.njk +++ b/content/blogroll/index.njk @@ -7,6 +7,7 @@ tags: structuredData: none h1: Blogroll includeTOC: true +enableOctothorpe: true ---
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. If you like, you can receive updates to this list via RSS.
diff --git a/content/links/index.md b/content/links/index.md index 4be1d78..bbe38ef 100644 --- a/content/links/index.md +++ b/content/links/index.md @@ -4,6 +4,7 @@ title: Nathan Upchurch | Links structuredData: none h1: Links includeTOC: true +enableOctothorpe: true --- Here are some links to pages and resources that I believe are worth sharing. If you like, you can [receive updates to this list via RSS](https://octothorp.es/get/pages/linked/rss?s=https://nathanupchurch.com/links/). ## Creative Resources diff --git a/content/not-amazon/index.md b/content/not-amazon/index.md index 8bc049e..87a9553 100644 --- a/content/not-amazon/index.md +++ b/content/not-amazon/index.md @@ -4,6 +4,7 @@ title: "Nathan Upchurch | Not Amazon" structuredData: none h1: Not Amazon includeTOC: true +enableOctothorpe: true --- Mostly for my own use, this is a list of U.S.-based online shops that are not Amazon. If you are looking to stop paying for J-Beezy's yacht maintenance while his workers piss in bottles, and you're based in the U.S.A., you might find this list useful too. Vegan and small independent brands get priority, of course. I do not receive any sort of commission or kick-back from any of the below stores. If you do want to buy something that I get a kick-back from, check out my (sparse) [referrals](/referrals) page. I haven't personally tried all of these retailers, so use judgment before purchasing. If you like, you can [receive updates to this list via RSS](https://octothorp.es/get/pages/linked/rss?s=https://nathanupchurch.com/not-amazon/).