diff options
Diffstat (limited to 'blog.html')
-rw-r--r-- | blog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/blog.html b/blog.html index 8930e4c..1a9587f 100644 --- a/blog.html +++ b/blog.html @@ -4,6 +4,7 @@ title: Blog permalink: /blog/ --- +<a href="/feed.xml"><p>Click here for RSS feed</p></a> {% for post in site.posts %} <h2><a href="{{ post.url }}">{{ post.title }}</a></h2> <p><em>{{post.date | date: "%-d %B %Y"}}</em></p> |