diff --git a/content/Makerspace Tours.md b/content/Makerspace Tours.md index 5acb53d..b9db47f 100644 --- a/content/Makerspace Tours.md +++ b/content/Makerspace Tours.md @@ -3,7 +3,7 @@ Date: 2024-07-18 Category: Writing Summary: A collection of makerspaces I've toured. Tags: feed -Guid: 27ca744e77c042c8bb1df9edd37112ac +Guid: 27ca744e77c042c8bb1df9edd37112ae When I travel I often try to tour Makerspaces and then share what I've learned with the one that I'm a part of, [[Protospace]]. Below you'll find links to the posts I've made on our forums about the makerspaces I've visited. diff --git a/publishconf_lite.py b/publishconf_lite.py index 63b5d46..d693cc4 100644 --- a/publishconf_lite.py +++ b/publishconf_lite.py @@ -26,8 +26,8 @@ AUTHOR_FEED_ATOM = None AUTHOR_FEED_RSS = None #TAG_FEED_ATOM = 'feeds/{slug}/atom.xml' #TAG_FEED_RSS = 'feeds/{slug}/rss.xml' -TAG_FEED_ATOM = 'test-atom.xml' -TAG_FEED_RSS = 'test-rss.xml' +TAG_FEED_ATOM = 'atom.xml' +TAG_FEED_RSS = 'rss.xml' RSS_FEED_SUMMARY_ONLY = False # include full content DEFAULT_PAGINATION = False diff --git a/themes/lite/templates/base.html b/themes/lite/templates/base.html index e452d7c..bbfe2cc 100644 --- a/themes/lite/templates/base.html +++ b/themes/lite/templates/base.html @@ -72,7 +72,8 @@