We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea80ca4 commit 95d4127Copy full SHA for 95d4127
assets/js/main.js
@@ -54,7 +54,7 @@
54
*/
55
(function SubNav() {
56
if (/^\/frequently\-asked\-questions/.test(window.location.pathname)) {
57
- insertSubNav('#main-content h1', '/frequently-asked-questions.html', 1);
+ insertSubNav('#main-content h2', '/frequently-asked-questions.html', 1);
58
} else if (/^\/how\-to\-open\-source/.test(window.location.pathname)) {
59
insertSubNav('#main-content h3', '/how-to-open-source.html', 1);
60
}
0 commit comments