1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-30 01:06:00 -04:00

broaden anchorjs heading selectors

This commit is contained in:
2021-08-30 19:22:06 -04:00
parent 1ed75bb763
commit eace0683b4
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -4,4 +4,4 @@ const anchors = new SimpleAnchor({
icon: "",
});
anchors.add("article #content h2, article #content h3, article #content h4");
anchors.add("div#content h2, div#content h3, div#content h4");