Merge pull request #572 from xuhdev/sitemap-exclude-file-list

Sitemap exclude file list
This commit is contained in:
Brandon Mathis 2012-05-21 21:16:44 -07:00
commit 473f721e9f

View File

@ -46,7 +46,7 @@ module Jekyll
SITEMAP_FILE_NAME = "sitemap.xml" SITEMAP_FILE_NAME = "sitemap.xml"
# Any files to exclude from being included in the 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 # 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 # modified date of these pages should take that into account