Skip to content

Commit b7e004a

Browse files
authored
template: distinguish <main> content from <main> wrapper
<body><main>...</main/></body> is added by rst5html. Seems like the extra main tag was added in some release some time ago, breaking the layout.
1 parent 5acc531 commit b7e004a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rst_template.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</div>
2121
</header>
2222

23-
<main>
23+
<main class="content">
2424
<!-- document heading -->
2525
%(body_pre_docinfo)s
2626
<!-- bibliographical data, if any -->

0 commit comments

Comments
 (0)