diff --git a/lb b/lb index 60f6947..797fd50 100755 --- a/lb +++ b/lb @@ -48,7 +48,7 @@ finalize() { \ sed -i "//r $tmpdir/html.html" $blogfile sed -i "//r $tmpdir/rss.xml" $rssfile header="\n\n$title<\/title>\n<link rel='stylesheet type='text\/css' href='$stylesheet'>\n<meta charset='utf-8'\/>\n<\/head>\n<body>" - footer="<div=\"footer\">by <b>$author<\/b><\/div><\/body>\n<\/html>" + footer="<\/body>\n<footer>by <strong>$author<\/strong></footer>\n<\/html>" sed "0,/^/s//$header/;0,/<h2 id=/s//<h1 id=/;0,/h2>/s//h1>/;\$a$footer" $dir/blog/.drafts/$chosen > $dir/blog/$chosen rm $dir/blog/.drafts/$chosen }