diff --git a/lb b/lb index f8d7258..c5fed66 100755 --- a/lb +++ b/lb @@ -43,7 +43,7 @@ finalize() { \ rssdate=$(date '+%a, %d %b %Y %H:%M:%S %z') webdate=$(date '+%a, %d %b %Y %H:%M:%S %z') tmpdir=$(mktemp -d) - echo -e "\n\n$title\n$website$blogfile#$url\n$rssdate\n\n\n"> $tmpdir/rss.xml + echo -e "\n\n$title\n$website$blogfile#$url\n$rssdate\n\n\n"> $tmpdir/rss.xml echo -e "\n
\n$(cat $dir/blog/.drafts/$chosen)\n$webdate\n
\n" > $tmpdir/html.html sed -i "//r $tmpdir/html.html" $blogfile sed -i "//r $tmpdir/rss.xml" $rssfile