|
|
@ -38,6 +38,17 @@
|
|
|
|
{% set path = section.path %}
|
|
|
|
{% set path = section.path %}
|
|
|
|
{% endif -%}
|
|
|
|
{% endif -%}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ul class="language-switcher">
|
|
|
|
|
|
|
|
{% for trans in section.translations %}
|
|
|
|
|
|
|
|
<ol>
|
|
|
|
|
|
|
|
<a href="{{ trans.permalink }}" lang="{{ trans.lang }}">
|
|
|
|
|
|
|
|
{{ config.extra.languages[trans.lang] | default(value=trans.lang) }}
|
|
|
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
</ol>
|
|
|
|
|
|
|
|
{% endfor %}
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{%- if show_projects_first -%}
|
|
|
|
{%- if show_projects_first -%}
|
|
|
|
{%- include "partials/main_page_projects_list.html" -%}
|
|
|
|
{%- include "partials/main_page_projects_list.html" -%}
|
|
|
|
{%- include "partials/main_page_posts_list.html" -%}
|
|
|
|
{%- include "partials/main_page_posts_list.html" -%}
|
|
|
|