summaryrefslogtreecommitdiff
path: root/_posts/2021-06-17-jekyll-text-theme-rss.markdown
diff options
context:
space:
mode:
Diffstat (limited to '_posts/2021-06-17-jekyll-text-theme-rss.markdown')
-rw-r--r--_posts/2021-06-17-jekyll-text-theme-rss.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2021-06-17-jekyll-text-theme-rss.markdown b/_posts/2021-06-17-jekyll-text-theme-rss.markdown
index 26f0d4a..1be5b28 100644
--- a/_posts/2021-06-17-jekyll-text-theme-rss.markdown
+++ b/_posts/2021-06-17-jekyll-text-theme-rss.markdown
@@ -5,7 +5,7 @@ date: 2021-06-17
categories: rss
tags: [Jekyll, RSS, TeXt Theme]
---
-Recently, I watched [DistroTube's](https://distrotube.com/) [video about Elfeed](https://www.youtube.com/watch?v=rkSZbzGpQuM&t=705s), which prompted me to set up RSS for my own website.
+Recently, I watched [DistroTube's](https://distrotube.com/) [video about Elfeed](https://youtu.be/rkSZbzGpQuM), which prompted me to set up RSS for my own website.
However, after looking through the documentation for the [TeXt Theme](https://tianqi.name/jekyll-TeXt-theme/) for [Jekyll](https://jekyllrb.com/), I found there was no out-of-the-box support for adding RSS to the bottom of the page.
In this post, I give the steps required to add the small RSS logo to the footer of your page and the appropriate HTML/Liquid code to add to implement a small RSS button in the footer of your webpage which links back to your `feed.xml` file.