главная|main page

состояние|status

блог|blog

файлы|files

программы|software

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbb.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bb.sh b/bb.sh
index 0956a53..6973d07 100755
--- a/bb.sh
+++ b/bb.sh
@@ -643,7 +643,7 @@ all_posts() {
done < <(ls -t ./*.html)
echo "" 1>&3
echo "</ul>"
- echo "<div id=\"all_posts\"><a href=\"./\">$template_archive_index_page</a></div>"
+ echo "<div id=\"all_posts\"><a href=\"./$index_file\">$template_archive_index_page</a></div>"
} 3>&1 >"$contentfile"
create_html_page "$contentfile" "$archive_index.tmp" yes "$global_title &mdash; $template_archive_title"
@@ -674,7 +674,7 @@ all_tags() {
done
echo "" 1>&3
echo "</ul>"
- echo "<div id=\"all_posts\"><a href=\"./\">$template_archive_index_page</a></div>"
+ echo "<div id=\"all_posts\"><a href=\"./$index_file\">$template_archive_index_page</a></div>"
} 3>&1 > "$contentfile"
create_html_page "$contentfile" "$tags_index.tmp" yes "$global_title &mdash; $template_tags_title"