We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f75a652 commit 736f378Copy full SHA for 736f378
docs_theme/main.html
@@ -115,8 +115,8 @@ <h3 class="modal-title fs-5" id="search_modal_label">
115
</div>
116
117
118
-
119
<!-- Modal End -->
+
120
<div class="row-fluid">
121
<div class="span3">
122
<div id="table-of-contents">
docs_theme/nav.html
@@ -38,8 +38,7 @@
38
<li>
39
<!-- prettier-ignore -->
40
<a {% if nav_item.active %} class="dropdown-item active" {% else %} class="dropdown-item" {% endif %}
41
42
- href="#">{{ nav_item.title }}</a>
+ href="{{ nav_item.url|url }}">{{ nav_item.title }}</a>
43
</li>
44
{% endfor %}
45
</ul>
0 commit comments