From 93d6877a387eb79814766fe2c0e75a0caa6e8a74 Mon Sep 17 00:00:00 2001 From: Carlos Fenollosa Date: Mon, 8 Feb 2016 10:25:43 +0100 Subject: [PATCH] fix #94 #97 --- bb.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bb.sh b/bb.sh index 6973d07..a72634f 100755 --- a/bb.sh +++ b/bb.sh @@ -858,7 +858,7 @@ make_rss() { pubdate=$(LC_ALL=C date +"%a, %d %b %Y %H:%M:%S %z") echo '' echo '' - echo "$global_title$global_url" + echo "$global_title$global_url/$index_file" echo "$global_descriptionen" echo "$pubdate" echo "$pubdate" @@ -892,7 +892,7 @@ make_rss() { # generate headers, footers, etc create_includes() { { - echo "

$global_title

" + echo "

$global_title

" echo "
$global_description
" } > ".title.html"