From 6cd00d865eb4b00fbe2342e55e5c286606b1b5d8 Mon Sep 17 00:00:00 2001 From: Hong Xu Date: Tue, 22 May 2012 11:21:57 +0800 Subject: [PATCH] Fix the EXCLUDED_FILES list in sitemap_generator.rb --- plugins/sitemap_generator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sitemap_generator.rb b/plugins/sitemap_generator.rb index d57b50b..b7779a0 100644 --- a/plugins/sitemap_generator.rb +++ b/plugins/sitemap_generator.rb @@ -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