We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b86065c commit 72a7873Copy full SHA for 72a7873
_layouts/default.html
@@ -28,9 +28,7 @@
28
29
<aside id="sidebar">
30
{% for item in site.data.navigation %}
31
- <li class="sidebar{% if page.url == item.link %} current{% endif %}">
32
- <a href="{{ item.link }}">{{ item.name }}</a>
33
- </li>
+ <a class="sidebar{% if page.url == item.link %} current{% endif %}" href="{{ item.link }}">{{ item.name }}</a>
34
{% endfor %}
35
</aside>
36
0 commit comments