소스 검색

one forgotten translated string template

Alexey Shpakovsky 11 년 전
부모
커밋
97f413e666
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bb.sh

+ 1 - 1
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"