aboutsummaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-04-28 13:01:33 +0200
committerlonkaars <loek@pipeframe.xyz>2024-04-28 13:01:33 +0200
commitbc5b85043974e4af9c90962c2acde36b0e7de02a (patch)
tree0c38bf1805abf41fefd2fe71c3406b564cf75cd1 /_layouts
parenta2a2e04fcd623e515d3f106038d8d46f827d4c79 (diff)
fix rss feed
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/_layouts/index.html b/_layouts/index.html
index 2976df7..9f0f6d0 100644
--- a/_layouts/index.html
+++ b/_layouts/index.html
@@ -21,6 +21,10 @@
<!-- <MobileNavbar /> -->
<div class='contentWrapper'>
{{ content }}
+ {% if site.rss != nil %}
+ <p>An rss/atom feed of this blog is also available:</p>
+ <pre>{{ site.rss.url }}</pre>
+ {% endif %}
<hr/>
<h2>Recent posts</h2>
<div class="recentPosts">