{% if page.lang == "de" %} {% else %} {% endif %} {% seo %} {% include head-custom.html %}

{{ site.title | default: site.github.repository_name }}

{% if site.logo %} Logo {% endif %} {% if page.lang == "de" %}

Das Projekt auf GitHub ansehen
{{ site.github.repository_nwo }}

{% else %}

View the Project on GitHub
{{ site.github.repository_nwo }}

{% endif %} {% if page.lang == "de" %}

English EN | Deutsch DE


Inhalt:
{% else %}

English EN | Deutsch DE


Contents:
{% endif %} {% assign sorted = site.html_pages | sort:"rank" %} {% for item in sorted %} {% if item.path != "index.html" and item.title and item.rank and item.lang == page.lang %} {{ item.title }}
{% endif %} {% endfor %}

{{ content }}