summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xblogger.sh2
1 files changed, 2 insertions, 0 deletions
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 """
<h1 id=blogtitle>Thing1's blogs!</h1>
<link rel=\"stylesheet\" href=\"style.css\">
+<a id=bloglink href=rss.xml>rss!<a>
<br>
<br>
<br>
@@ -26,6 +27,7 @@ for i in $blogs; do
<body>
<h1 id=blogtitle>$out</h1>
<a id=bloglink href=index.html>Home<a>
+<a id=bloglink href=rss.xml>rss!<a>
""" > $outfile/$out.html
cat $i | ./blogtohtml >> $outfile/$out.html