File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -110,8 +110,7 @@ def format_markdown(file_path):
110110 "codehilite" : {"css_class" : "highlight" },
111111 "toc" : {
112112 "anchorlink" : True ,
113- "anchorlink_class" : "headerlink" ,
114- "toc_class" : "menu" ,
113+ "anchorlink_class" : "headerlink"
115114 },
116115 },
117116 )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ <h1 class="title is-1">{{ headers.Title }}</h1>
1010{% block toc %}
1111{% if toc %}
1212< nav class ="navbar is-dark " role ="table-of-contents-navigation " aria-label ="dropdown navigation ">
13- < div class ="navbar-end ">
13+ < div class ="navbar-start ">
1414 < div class ="navbar-item has-dropdown " id ="toc " data-target ="toc-dropdown ">
1515 < a class ="navbar-link ">
1616 {{ _("Page Contents") }}
You can’t perform that action at this time.
0 commit comments