Pages list for index files in subdirectories #2

Merged
alema merged 3 commits from EmaMaker/rivet:master into master 2023-05-18 11:05:33 +02:00
Showing only changes of commit 52b4b836f2 - Show all commits

View File

@ -224,7 +224,7 @@ if ! [ "$SKIP_LIST" ]; then
if [ "$indexf" = "$destdir/index.html" ]; then
llinksec=$linksec
else
llinksec="$linksec in this section"
llinksec="$linksec in $title"
fi
tmpfile="$(mktemp)"