Skip to content

Commit e2275a0

Browse files
committed
updates for jekyll 3.0
1 parent 0cb1c1b commit e2275a0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Gemfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
source 'https://rubygems.org'
2-
ruby "2.0.0"
3-
gem 'github-pages'
2+
gem "github-pages", group: :jekyll_plugins

sitemap.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ sitemap:
5959
{% endfor %}
6060

6161
{% for collection in site.collections %}
62-
{% if collection[1].output %}
63-
{% for doc in collection[1].docs %}
62+
{% if collection.output %}
63+
{% for doc in collection.docs %}
6464
<url>
6565
<loc>{{ site.url }}{{ doc.url | remove: "index.html" }}</loc>
6666
{% if doc.sitemap.lastmod %}

0 commit comments

Comments
 (0)