From 2e2685e291eca31a7e3ba1805f93445fec19ee6d Mon Sep 17 00:00:00 2001 From: thing1 Date: Sat, 1 Feb 2025 16:49:25 +0000 Subject: made it so the rss link is at the top of pages generated --- blogger.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blogger.sh b/blogger.sh index 7538476..c5f6c56 100755 --- a/blogger.sh +++ b/blogger.sh @@ -11,6 +11,7 @@ rm -rf outfile/*.html echo """

Thing1's blogs!

+rss!


@@ -26,6 +27,7 @@ for i in $blogs; do

$out

Home +rss! """ > $outfile/$out.html cat $i | ./blogtohtml >> $outfile/$out.html -- cgit v1.2.3