From 7d60c63ec5fd08170c27b48ff2e3e46053972c67 Mon Sep 17 00:00:00 2001 From: Carlos Date: Fri, 29 Jan 2016 15:57:15 +0100 Subject: [PATCH] fix #85 --- bb.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bb.sh b/bb.sh index 9fb3c07..2a08eca 100755 --- a/bb.sh +++ b/bb.sh @@ -664,7 +664,7 @@ all_posts() { done < <(ls -t ./*.html) echo "" 1>&3 echo "" - echo "
$template_archive_index_page
" + echo "
$template_archive_index_page
" } 3>&1 >"$contentfile" create_html_page "$contentfile" "$archive_index.tmp" yes "$global_title — $template_archive_title" @@ -696,7 +696,7 @@ all_tags() { done echo "" 1>&3 echo "" - echo "
$template_archive_index_page
" + echo "
$template_archive_index_page
" } 3>&1 > "$contentfile" create_html_page "$contentfile" "$tags_index.tmp" yes "$global_title — $template_tags_title"