File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 9
9
include all default and the reference
10
10
exclude the root path
11
11
-->
12
- {% for item in site.pages %}
13
- {% if item.layout != 'entry' %}
14
- {%if item.layout == 'default' or item.layout == 'reference' %}
15
- {% if item.url != '/' %}
16
- < li class ="menu-item {% if item.title == page.title %}active{% endif %} "> < a href ="{{item.url}} "> {{item.title}}</ a > </ li >
17
- {% endif %}
18
- {% endif %}
19
- {% endif %}
20
- {% endfor %}
12
+ {% for item in site.pages %}{% if item.layout != 'entry' %}{%if item.layout == 'default' or item.layout == 'reference' %}{% if item.url != '/' %}
13
+ < li class ="menu-item {% if item.title == page.title %}active{% endif %} "> < a href ="{{item.url}} "> {{item.title}}</ a > </ li >
14
+ {% endif %}{% endif %}{% endif %}{% endfor %}
21
15
</ ul >
22
16
</ nav >
23
17
< div class ="tweet ">
You can’t perform that action at this time.
0 commit comments