diff options
Diffstat (limited to '_layouts/index.html')
-rw-r--r-- | _layouts/index.html | 4 |
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"> |