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 6473c17 commit 4164414Copy full SHA for 4164414
github_io_sitemap.txt
@@ -5,7 +5,7 @@ layout: null
5
{{ site.url | replace: "www.geekzl.com", "wpfgeek.github.io" }}{{ post.url }}
6
{% endfor %}
7
{% for page in site.pages %}
8
-{% unless page.url.startswith('/20') == false %}
+{% unless page.url.startswith('/20') %}
9
{{ site.url | replace: "www.geekzl.com", "wpfgeek.github.io" }}{{ page.url | remove: "index.html" }}
10
{% endunless %}
11
0 commit comments