Skip to content

Commit 4dfb7fe

Browse files
committed
Update sitemap.xml
1 parent 9383248 commit 4dfb7fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sitemap: false
1010
{% comment %} Loop through all pages generated by Jekyll, including those from plugins {% endcomment %}
1111
{% for page in site.html_pages %}
1212
{% comment %} Exclude files you don't want in the sitemap {% endcomment %}
13-
{% if page.url != '/repo-pages/' and page.sitemap != false %}
13+
{% if page.sitemap != false %}
1414
<url>
1515
<loc>{{ site.url }}{{ page.url | remove: 'index.html' }}</loc>
1616
{% if page.last_modified_at %}

0 commit comments

Comments
 (0)