Try fixing syntax error

This commit is contained in:
Kumi 2021-10-24 17:38:20 +02:00
parent 916e8aa7d1
commit b0b667a773

View file

@ -28,4 +28,7 @@ def sidebar_nav():
<!-- Divider -->
<hr class="sidebar-divider">
""" + section.get_html() for section in sections
""" + """
<!-- Divider -->
<hr class="sidebar-divider">
""".join([section.get_html() for section in sections])