We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9383248 commit 4dfb7feCopy full SHA for 4dfb7fe
sitemap.xml
@@ -10,7 +10,7 @@ sitemap: false
10
{% comment %} Loop through all pages generated by Jekyll, including those from plugins {% endcomment %}
11
{% for page in site.html_pages %}
12
{% comment %} Exclude files you don't want in the sitemap {% endcomment %}
13
- {% if page.url != '/repo-pages/' and page.sitemap != false %}
+ {% if page.sitemap != false %}
14
<url>
15
<loc>{{ site.url }}{{ page.url | remove: 'index.html' }}</loc>
16
{% if page.last_modified_at %}
0 commit comments