From 70a4274e64bde92f72ce35a5390c5d020b2f24be Mon Sep 17 00:00:00 2001 From: Kris Lamoureux Date: Sat, 30 May 2026 10:51:05 -0400 Subject: [PATCH] Add RSS feed link to author profile --- _config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 62c9219..be309dd 100644 --- a/_config.yml +++ b/_config.yml @@ -16,7 +16,7 @@ footer: author: name: "Kris Lamoureux" avatar: "https://2.gravatar.com/avatar/a33713ab741271d63c888e\ - 5df8112f227571e4dd5d31162b0920f175e81f78a6?size=256" + 5df8112f227571e4dd5d31162b0920f175e81f78a6?size=256" bio: "Linux Systems Enthusiast" links: - label: "Gitea" @@ -28,3 +28,6 @@ author: - label: "LinkedIn" icon: "fab fa-fw fa-linkedin" url: "https://www.linkedin.com/in/krislamo" + - label: "Feed" + icon: "fas fa-fw fa-rss-square" + url: "/feed.xml"