Class Jekyll::Layout
In: lib/jekyll/layout.rb
Parent: Object

Methods

new   process  

Included Modules

Convertible

Attributes

content  [RW]  Gets/Sets the content of this layout.
data  [RW]  Gets/Sets the Hash that holds the metadata for this layout.
ext  [RW]  Gets/Sets the extension of this layout.
site  [R]  Gets the Site object.

Public Class methods

Initialize a new Layout.

site - The Site. base - The String path to the source. name - The String filename of the post file.

Public Instance methods

Extract information from the layout filename.

name - The String filename of the layout file.

Returns nothing.

[Validate]