{% if page.lang == "de" %} {% else %} {% endif %}
{% seo %} {% include head-custom.html %}Das Projekt auf GitHub ansehen
{{ site.github.repository_nwo }}
View the Project on GitHub
{{ site.github.repository_nwo }}
Inhalt:
{% else %}
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 %}