Commit 67f2e779 authored by Mark Otto's avatar Mark Otto
Browse files

don't use anchor.js on h1s in the docs

parent 7c594f20
Showing with 1 addition and 1 deletion
+1 -1
......@@ -131,5 +131,5 @@
'use strict';
addAnchors('.bd-container > h1, .bd-container > h2, .bd-container > h3, .bd-container > h4, .bd-container > h5');
addAnchors('.bd-container > h2, .bd-container > h3, .bd-container > h4, .bd-container > h5');
})();
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment