From 97f413e66682cec9e2bfcd80d71c7894691c5a58 Mon Sep 17 00:00:00 2001 From: Alexey Shpakovsky Date: Sun, 22 Jun 2014 08:41:21 +0200 Subject: [PATCH] one forgotten translated string template --- bb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bb.sh b/bb.sh index 409af87..2317575 100755 --- a/bb.sh +++ b/bb.sh @@ -700,7 +700,7 @@ all_posts() { echo "" >> "$contentfile" echo '
'$template_archive_index_page'
' >> "$contentfile" - create_html_page "$contentfile" "$archive_index.tmp" yes "$global_title — All posts" + create_html_page "$contentfile" "$archive_index.tmp" yes "$global_title — $template_archive_title" mv "$archive_index.tmp" "$archive_index" chmod 644 "$archive_index" rm "$contentfile"