summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthing1 <thing1@seacrossedlovers.xyz>2025-02-01 16:25:46 +0000
committerthing1 <thing1@seacrossedlovers.xyz>2025-02-01 16:25:46 +0000
commita9b9bc9b63ff106ec7a4afd6dd4c6b7865f47be9 (patch)
treefa45f5fee87d1a7013a2f72a7564de03bf996c78
parentca344bd1511200dd93ef482c1cdc80867743403b (diff)
added a home button to links
-rwxr-xr-xblogger.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/blogger.sh b/blogger.sh
index 4a50e3f..7538476 100755
--- a/blogger.sh
+++ b/blogger.sh
@@ -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