Add links to RSS and Atom feed
This commit is contained in:
parent
6666320cbd
commit
118c471d00
|
@ -3,7 +3,7 @@ Date: 2024-07-18
|
||||||
Category: Writing
|
Category: Writing
|
||||||
Summary: A collection of makerspaces I've toured.
|
Summary: A collection of makerspaces I've toured.
|
||||||
Tags: feed
|
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.
|
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.
|
||||||
|
|
||||||
|
|
|
@ -26,8 +26,8 @@ AUTHOR_FEED_ATOM = None
|
||||||
AUTHOR_FEED_RSS = None
|
AUTHOR_FEED_RSS = None
|
||||||
#TAG_FEED_ATOM = 'feeds/{slug}/atom.xml'
|
#TAG_FEED_ATOM = 'feeds/{slug}/atom.xml'
|
||||||
#TAG_FEED_RSS = 'feeds/{slug}/rss.xml'
|
#TAG_FEED_RSS = 'feeds/{slug}/rss.xml'
|
||||||
TAG_FEED_ATOM = 'test-atom.xml'
|
TAG_FEED_ATOM = 'atom.xml'
|
||||||
TAG_FEED_RSS = 'test-rss.xml'
|
TAG_FEED_RSS = 'rss.xml'
|
||||||
RSS_FEED_SUMMARY_ONLY = False # include full content
|
RSS_FEED_SUMMARY_ONLY = False # include full content
|
||||||
|
|
||||||
DEFAULT_PAGINATION = False
|
DEFAULT_PAGINATION = False
|
||||||
|
|
|
@ -72,7 +72,8 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p><a href="/">Home | t0.vc</a></p>
|
<p>← <a href="/">Home (t0.vc)</a></p>
|
||||||
|
<p><a href="/rss.xml">RSS Feed</a> | <a href="/atom.xml">Atom Feed</a></p>
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user