Got rid of the templating step in the initialize method

This commit is contained in:
Chris Van Pelt 2008-11-23 23:39:16 -08:00
parent 111f76b2fd
commit 4fc33a6dfe
1 changed files with 1 additions and 1 deletions

View File

@ -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