From 6419a9ea158fc90a1af81e209bd30592df1a6bf3 Mon Sep 17 00:00:00 2001 From: Karl Hallsby Date: Thu, 17 Jun 2021 01:07:53 -0500 Subject: Add RSS support with RSS logo in footer I was already using the jekyll-feed gem to generate an RSS XML file, but this configuration puts an explicit button on the page that can be easily accessed and added by people. This icon shows on the footer of every page, just like the Email, LinkedIn, and GitHub icon/logo links do. --- _includes/svg/icon/social/rss.svg | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 _includes/svg/icon/social/rss.svg (limited to '_includes/svg/icon/social/rss.svg') diff --git a/_includes/svg/icon/social/rss.svg b/_includes/svg/icon/social/rss.svg new file mode 100644 index 0000000..e48c54f --- /dev/null +++ b/_includes/svg/icon/social/rss.svg @@ -0,0 +1,16 @@ + + + + RSS feed icon + + + + + + + + + \ No newline at end of file -- cgit v1.2.3