correctly update title for current index page
This commit is contained in:
parent
52b4b836f2
commit
a03113d112
1
rivet.sh
1
rivet.sh
@ -224,6 +224,7 @@ if ! [ "$SKIP_LIST" ]; then
|
|||||||
if [ "$indexf" = "$destdir/index.html" ]; then
|
if [ "$indexf" = "$destdir/index.html" ]; then
|
||||||
llinksec=$linksec
|
llinksec=$linksec
|
||||||
else
|
else
|
||||||
|
title="$(sed -E -n 's/.*<title>\s*(.+)\s*<\/title>.*/\1/p' "$indexf")"
|
||||||
llinksec="$linksec in $title"
|
llinksec="$linksec in $title"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user