summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Hallsby <karl@hallsby.com>2021-06-17 01:34:30 -0500
committerKarl Hallsby <karl@hallsby.com>2021-06-17 01:34:30 -0500
commit7bf1363025ee6a042c7916abe90bf7dc36b3561a (patch)
treef0bc80d21c27bd8ca8fe863785bf073f08c888cc
parent6e4f7854c93a0c07d9b39ba98bd6176b9e86eb79 (diff)
Correct Elfeed YouTube link
-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.