diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2025-02-01 16:50:51 +0000 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2025-02-01 16:50:51 +0000 |
commit | cfb28d6b3c77f315a5fdc8aa8192dc85e3204223 (patch) | |
tree | b017d493ee5a393d6a41a25fbd3a8f4848efe865 | |
parent | 2e2685e291eca31a7e3ba1805f93445fec19ee6d (diff) |
fixed stupid css
-rwxr-xr-x | blogger.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |