|
|
@ -15,7 +15,7 @@
|
|
|
|
{% set global_section = get_section(path="_index.md") %}
|
|
|
|
{% set global_section = get_section(path="_index.md") %}
|
|
|
|
{% for s in global_section.subsections %}
|
|
|
|
{% for s in global_section.subsections %}
|
|
|
|
{% set subsection = get_section(path=s) %}
|
|
|
|
{% set subsection = get_section(path=s) %}
|
|
|
|
<li {% if current_path == subsection.path %}class="active"{% endif %}>
|
|
|
|
<li {% if current_section.path == subsection.path %}class="active"{% endif %}>
|
|
|
|
<a href="{{ subsection.permalink }}">{{ subsection.title }}</a>
|
|
|
|
<a href="{{ subsection.permalink }}">{{ subsection.title }}</a>
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
{% endfor %}
|
|
|
|
{% endfor %}
|
|
|
|