Fix the EXCLUDED_FILES list in sitemap_generator.rb

This commit is contained in:
Hong Xu 2012-05-22 11:21:57 +08:00
parent ca470417e5
commit 6cd00d865e
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ module Jekyll
SITEMAP_FILE_NAME = "sitemap.xml"
# Any files to exclude from being included in the sitemap.xml
EXCLUDED_FILES = ["atom.xml, 404.html"]
EXCLUDED_FILES = ["atom.xml", "404.markdown"]
# Any files that include posts, so that when a new post is added, the last
# modified date of these pages should take that into account