diff options
-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 |