Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 59dce45

Browse files
Remove extraneous </div>
1 parent 5351a1a commit 59dce45

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

  • runestone/common/project_template/_templates/plugin_layouts/sphinx_bootstrap

runestone/common/project_template/_templates/plugin_layouts/sphinx_bootstrap/layout.html

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -214,18 +214,9 @@
214214
<li>{% include "sourcelink.html" %}</li>
215215
{% endif %}
216216
</ul>
217-
218-
</div> <!-- navbar -->
219-
220-
221-
222-
223-
224-
225-
226-
</div> <!-- container -->
227-
</div>
228-
</div>
217+
</div> <!-- navbar-collapse -->
218+
</div> <!-- navbar -->
219+
</div> <!-- container -->
229220
{% endmacro %}
230221

231222
{%- block extrahead %}

0 commit comments

Comments
 (0)