correctly update title for current index page

pull/3/head
emamaker 10 months ago
parent 52b4b836f2
commit a03113d112
  1. 1
      rivet.sh

@ -224,6 +224,7 @@ if ! [ "$SKIP_LIST" ]; then
if [ "$indexf" = "$destdir/index.html" ]; then
llinksec=$linksec
else
title="$(sed -E -n 's/.*<title>\s*(.+)\s*<\/title>.*/\1/p' "$indexf")"
llinksec="$linksec in $title"
fi

Loading…
Cancel
Save