From 5c63bd403040639c5f220efc6bb065278839a736 Mon Sep 17 00:00:00 2001
From: Louis Royer <55180044+louisroyer@users.noreply.github.com>
Date: Mon, 28 Feb 2022 13:58:28 +0100
Subject: [PATCH] Add link to RSS feed in HTML head
This should allow RSS detection by browsers / browser extensions (e.g. "Awsome RSS" for firefox).
---
_includes/main/head.html | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/_includes/main/head.html b/_includes/main/head.html
index 6b44eac..16f479d 100644
--- a/_includes/main/head.html
+++ b/_includes/main/head.html
@@ -53,3 +53,8 @@
{% if site.blog.inline_footnotes == true %}
{% endif %}
+
+{% if site.author.rss == true %}
+
+
+{% endif %}