_includes/navigation.html in jekyll-theme-twenty-0.1.8 vs _includes/navigation.html in jekyll-theme-twenty-0.1.9
- old
+ new
@@ -15,7 +15,8 @@
<li {% if item.url == page.url %} class="current" {% endif %}>
<a href="{{ item.url | absolute_url }}">{{ item.title }}</a>
</li>
{%- endif -%}
{%- endfor -%}
+ {% include language.html %}
</ul>
</nav>