главная|main page

состояние|status

блог|blog

файлы|files

программы|software

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shpakovsky <alexey@shpakovsky.ru>2014-06-22 08:41:21 +0200
committerAlexey Shpakovsky <alexey@shpakovsky.ru>2014-06-22 08:41:21 +0200
commit97f413e66682cec9e2bfcd80d71c7894691c5a58 (patch)
tree2be1aabcfc9ab653e332d867c55552333e33671e
parentfeb7f415ce54631613ba9b9dfa6f6023d818767f (diff)
one forgotten translated string template
-rwxr-xr-xbb.sh2
1 files changed, 1 insertions, 1 deletions
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 "</ul>" >> "$contentfile"
echo '<div id="all_posts"><a href="'./'">'$template_archive_index_page'</a></div>' >> "$contentfile"
- create_html_page "$contentfile" "$archive_index.tmp" yes "$global_title &mdash; All posts"
+ create_html_page "$contentfile" "$archive_index.tmp" yes "$global_title &mdash; $template_archive_title"
mv "$archive_index.tmp" "$archive_index"
chmod 644 "$archive_index"
rm "$contentfile"