commit 298e72304baa8a0f79e9b661611be0e85616e5f3 parent 011570db4c4ba962bbbabdf6acd21d8332bf0403 Author: Jake Bauer <jbauer@paritybit.ca> Date: Sat, 25 Jan 2020 22:00:38 -0500 Add <title> attribute to back-to-top arrows so a helpful hint appears on hover Diffstat:
M | compile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile b/compile @@ -214,7 +214,7 @@ for page in $@; do sed -i "/<h3>$sectionName<\/h3>/i <a id=\"$sectionNameNS\"></a>" \ $htmldir/$savepath/$pagename.html - sed -i "s/<h3>$sectionName<\/h3>/<h3>$sectionName <a class=\"back-to-top\" href=\"#\">\&\#10548\;<\/a><\/h3>/g" \ + sed -i "s/<h3>$sectionName<\/h3>/<h3>$sectionName <a class=\"back-to-top\" title=\"Back to Top\" href=\"#\">\&\#10548\;<\/a><\/h3>/g" \ $htmldir/$savepath/$pagename.html fi done