fix #85
This commit is contained in:
parent
044e53d56c
commit
7d60c63ec5
1 changed files with 2 additions and 2 deletions
4
bb.sh
4
bb.sh
|
@ -664,7 +664,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 — $template_archive_title"
|
||||
|
@ -696,7 +696,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 — $template_tags_title"
|
||||
|
|
Loading…
Reference in a new issue