Remove reference to unknown instance variable @context_map.
This commit is contained in:
parent
7e86ed058f
commit
c0fbb66a77
|
@ -83,7 +83,6 @@ module Middleman::Sitemap
|
|||
|
||||
path = path.sub(/^\//, "")
|
||||
@pages.delete(path) if @pages.has_key?(path)
|
||||
@context_map.delete(path) if @context_map.has_key?(path)
|
||||
end
|
||||
|
||||
def file_to_path(file)
|
||||
|
@ -140,4 +139,4 @@ module Middleman::Sitemap
|
|||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue