Skip to content

Commit 8ab6d0d

Browse files
committed
uncomment sitemaps
Signed-off-by: kaimmej <[email protected]>
1 parent 3d086c4 commit 8ab6d0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ group :jekyll_plugins do
1919
gem "jekyll-feed", "~> 0.12"
2020
gem "jekyll-paginate"
2121
gem "jekyll-last-modified-at"
22-
# gem "jekyll-sitemap"
22+
gem "jekyll-sitemap"
2323
end
2424

2525
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins:
1717
- jekyll-feed
1818
- jekyll-paginate
1919
- jekyll-last-modified-at
20-
# - jekyll-sitemap
20+
- jekyll-sitemap
2121
exclude:
2222
- Gemfile
2323
- Gemfile.lock

0 commit comments

Comments
 (0)