Skip to content

Commit

Permalink
Update sitemap.md
Browse files Browse the repository at this point in the history
  • Loading branch information
epergant authored Jul 10, 2024
1 parent 9974eaf commit 5b9e118
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions _pages/sitemap.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,3 @@ permalink: /sitemap/
author_profile: true
---

{% include base_path %}

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

<h2>Pages</h2>
{% for post in site.pages %}
{% include archive-single.html %}
{% endfor %}

<h2>Posts</h2>
{% for post in site.posts %}
{% include archive-single.html %}
{% endfor %}

{% capture written_label %}'None'{% endcapture %}

{% for collection in site.collections %}
{% unless collection.output == false or collection.label == "posts" %}
{% capture label %}{{ collection.label }}{% endcapture %}
{% if label != written_label %}
<h2>{{ label }}</h2>
{% capture written_label %}{{ label }}{% endcapture %}
{% endif %}
{% endunless %}
{% for post in collection.docs %}
{% unless collection.output == false or collection.label == "posts" %}
{% include archive-single.html %}
{% endunless %}
{% endfor %}
{% endfor %}

0 comments on commit 5b9e118

Please sign in to comment.