inkstitch/_pages/da/sitemap.md

1.1 KiB

layout title permalink
archive Sitemap /da/sitemap/

A list of all the posts and pages found on the site. For you robots out there is an [XML version]({{ "sitemap.xml" | relative_url }}) available for digesting as well.

Pages

{% assign pages = site.pages | where: "lang", "da" %} {% for post in pages %} {% include archive-single.html %} {% endfor %}

{% assign written_label = 'None' %}

{% for collection in site.collections %} {% unless collection.output == false or collection.label == "posts" %} {% capture label %}{{ collection.label }}{% endcapture %} {% if label != written_label %}

{{ label }}

{% assign written_label = label %} {% endif %} {% endunless %} {% for post in collection.docs %} {% if post.lang == "da" %} {% unless collection.output == false or collection.label == "posts" %} {% include archive-single.html %} {% endunless %} {% endif %} {% endfor %} {% endfor %}