mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 17:28:29 -05:00
Got rid of the templating step in the initialize method
This commit is contained in:
@@ -21,7 +21,7 @@ module Jekyll
|
||||
|
||||
self.process(name)
|
||||
self.read_yaml(File.join(base, dir), name)
|
||||
self.transform
|
||||
#self.transform
|
||||
end
|
||||
|
||||
# Extract information from the post filename
|
||||
|
||||
Reference in New Issue
Block a user