This commit is contained in:
Thomas Reynolds 2011-12-27 18:50:48 -08:00
parent 9afdd5ba4e
commit aec2009a52

View file

@ -17,7 +17,7 @@ module Middleman::CoreExtensions::Sitemap
:partials => proc { |file, path| (file.match(/\/_/) && !file.match(/\/__/)) },
# Files without any output extension (layouts, partials)
:extentionless => proc { |file, path| !path.match(/\./) },
:extensionless => proc { |file, path| !path.match(/\./) },
}
app.send :include, InstanceMethods
end