summary refs log tree commit diff stats
path: root/blog.html
diff options
context:
space:
mode:
authormounderfod <mounderfod@gmail.com>2023-07-04 12:36:08 +0100
committermounderfod <mounderfod@gmail.com>2023-07-04 12:36:08 +0100
commit5b6b5a6fb54ab22ea8dfec79ce8df72d167616b9 (patch)
tree1119ba580c7571e2802b3141bcb538f1c94977d9 /blog.html
parent96f58495fa625bb7ba1824118c6d2dc2b261139b (diff)
downloadwebsite-5b6b5a6fb54ab22ea8dfec79ce8df72d167616b9.tar.gz
CSS fixes, add RSS link, change font
Diffstat (limited to 'blog.html')
-rw-r--r--blog.html1
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>