Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork66
Commit788fee7
committed
fix: override correct tag
When the template was made responsive, the choice was made to overridethe `body_tag` fragment.The `body_tag` block is a literal `<body>` which allows the theme developerto set properties on the `body` tag.See:sphinx-doc/sphinx#4140Instead, use the `document` block as documented.https://www.sphinx-doc.org/en/master/development/templating.html#blocksOverriding the correct block places the `mobile-nav` section _after_ themajority of the other HTML parts, which enables the correct function ofthe `/` keyboard shortcut.Resolves#130Closes#131Closes#135Signed-off-by: Mike Fiedler <miketheman@gmail.com>1 parent44e62dd commit788fee7
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 |
| - | |
| 85 | + | |
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
|
0 commit comments
Comments
(0)