added 404.html to sitemap.xml exclude list. Closes #569

This commit is contained in:
Brandon Mathis 2012-05-21 11:29:20 -05:00
parent bfa5255188
commit de38449d78

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"]
EXCLUDED_FILES = ["atom.xml, 404.html"]
# 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