Skip to content

Commit 3cafafd

Browse files
Implement sidebar
1 parent aa61230 commit 3cafafd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_includes/sidebar-wiki.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="sidebar" itemscope itemtype="http://schema.org/BlogPosting">
22
<div>
33
<ul>
4-
{% for item in include.nav %}
4+
{% for item in site.data.sidebar-wiki.nav %}
55
<li><a href="{{ item.url }}">{{ item.title }}</a>
66
{% if item.subnav %}
77
{% include nav.html nav=item.subnav %}

0 commit comments

Comments
 (0)