Skip to content

Commit f518b6a

Browse files
committed
Turn on for all headers, since we use H1s in a bunch of places
1 parent a9fec01 commit f518b6a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/js/main.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,7 @@ $(function() {
8585
anchors.options = {
8686
placement: 'left'
8787
};
88-
anchors.add('h2');
89-
anchors.add('h3');
90-
anchors.add('h4');
88+
anchors.add();
9189

9290
$(window).bind('hashchange', function() {
9391
maybeScrollToHash();

0 commit comments

Comments
 (0)