diff options
author | Alexey Shpakovsky <alexey@shpakovsky.ru> | 2014-06-22 08:41:21 +0200 |
---|---|---|
committer | Alexey Shpakovsky <alexey@shpakovsky.ru> | 2014-06-22 08:41:21 +0200 |
commit | 97f413e66682cec9e2bfcd80d71c7894691c5a58 (patch) | |
tree | 2be1aabcfc9ab653e332d867c55552333e33671e /bb.sh | |
parent | feb7f415ce54631613ba9b9dfa6f6023d818767f (diff) |
one forgotten translated string template
Diffstat (limited to 'bb.sh')
-rwxr-xr-x | bb.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 — 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" |