Got rid of the templating step in the initialize method
This commit is contained in:
parent
111f76b2fd
commit
4fc33a6dfe
|
@ -21,7 +21,7 @@ module Jekyll
|
||||||
|
|
||||||
self.process(name)
|
self.process(name)
|
||||||
self.read_yaml(File.join(base, dir), name)
|
self.read_yaml(File.join(base, dir), name)
|
||||||
self.transform
|
#self.transform
|
||||||
end
|
end
|
||||||
|
|
||||||
# Extract information from the post filename
|
# Extract information from the post filename
|
||||||
|
|
Loading…
Reference in New Issue