lib/jekyll/layout.rb in jekyll-1.0.2 vs lib/jekyll/layout.rb in jekyll-1.0.3
- old
+ new
@@ -3,9 +3,12 @@
include Convertible
# Gets the Site object.
attr_reader :site
+ # Gets the name of this layout.
+ attr_reader :name
+
# Gets/Sets the extension of this layout.
attr_accessor :ext
# Gets/Sets the Hash that holds the metadata for this layout.
attr_accessor :data