diff --git a/bb.sh b/bb.sh index 2d95e9b..24fcb74 100755 --- a/bb.sh +++ b/bb.sh @@ -170,6 +170,8 @@ global_variables() { template_comments="Comments?" # "View more posts" (used on bottom of index page as link to archive) template_archive="View more posts" + # "All posts" (title of archive page) + template_archive_title="All posts" # "Back to the index page" (used on archive page, it is link to blog index) template_archive_index_page="Back to the index page" # "Subscribe" (used on bottom of index page, it is link to RSS feed) @@ -525,7 +527,7 @@ all_posts() { contentfile="$archive_index.$RANDOM" done - echo "

All posts

" >> "$contentfile" + echo "

$template_archive_title

" >> "$contentfile" echo "