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 0cb1c1b commit e2275a0Copy full SHA for e2275a0
Gemfile
@@ -1,3 +1,2 @@
1
source 'https://rubygems.org'
2
-ruby "2.0.0"
3
-gem 'github-pages'
+gem "github-pages", group: :jekyll_plugins
sitemap.xml
@@ -59,8 +59,8 @@ sitemap:
59
{% endfor %}
60
61
{% for collection in site.collections %}
62
- {% if collection[1].output %}
63
- {% for doc in collection[1].docs %}
+ {% if collection.output %}
+ {% for doc in collection.docs %}
64
<url>
65
<loc>{{ site.url }}{{ doc.url | remove: "index.html" }}</loc>
66
{% if doc.sitemap.lastmod %}
0 commit comments