diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2025-02-01 16:25:46 +0000 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2025-02-01 16:25:46 +0000 |
commit | a9b9bc9b63ff106ec7a4afd6dd4c6b7865f47be9 (patch) | |
tree | fa45f5fee87d1a7013a2f72a7564de03bf996c78 | |
parent | ca344bd1511200dd93ef482c1cdc80867743403b (diff) |
added a home button to links
-rwxr-xr-x | blogger.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ for i in $blogs; do <title>${out}</title> <body> <h1 id=blogtitle>$out</h1> +<a id=bloglink href=index.html>Home<a> """ > $outfile/$out.html cat $i | ./blogtohtml >> $outfile/$out.html |