lib/jekyll/layout.rb in jekyll-0.12.1 vs lib/jekyll/layout.rb in jekyll-1.0.0.beta1
- old
+ new
@@ -1,7 +1,6 @@
module Jekyll
-
class Layout
include Convertible
# Gets the Site object.
attr_reader :site
@@ -38,7 +37,6 @@
# Returns nothing.
def process(name)
self.ext = File.extname(name)
end
end
-
end