From 52b4b836f2bd87b5d13c6804d91c4311b00a2252 Mon Sep 17 00:00:00 2001 From: emamaker Date: Wed, 17 May 2023 23:51:20 +0200 Subject: [PATCH] "Pages in this section" -> "Pages in *file title*" --- rivet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rivet.sh b/rivet.sh index e7b45aa..69c58d9 100755 --- a/rivet.sh +++ b/rivet.sh @@ -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)"