From 58d706a40ed124e140c702a2c57d24f5f6991c07 Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Sat, 5 Feb 2022 20:15:52 +0300 Subject: [PATCH] forgot to add variables to RSS generator --- blogindex.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/blogindex.sh b/blogindex.sh index d40131a..2f9a185 100755 --- a/blogindex.sh +++ b/blogindex.sh @@ -1,6 +1,9 @@ #!/bin/bash RSSMODE= +RSSTITLE="rnd's blog" +BASEURL="https://devurandom.xyz" +RSSDESC="Feed of all the new articles in the blog section of rnd's website" while getopts r name do