summaryrefslogtreecommitdiff
path: root/blogger.sh
diff options
context:
space:
mode:
Diffstat (limited to 'blogger.sh')
-rwxr-xr-xblogger.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/blogger.sh b/blogger.sh
index c5f6c56..b091ab0 100755
--- a/blogger.sh
+++ b/blogger.sh
@@ -11,11 +11,12 @@ 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>
<br>
+<a id=bloglink href=rss.xml>rss!<a>
+<a id=bloglink href=seacrossedlovers.xyz>Main page<a>
""" > $index
blogs=$(ls $blogfile/*.blog)