Sha256: 440f48a9d0e7e7d827b717b1c39bf7b6923a8b3477322b431bc1622f87cca6ad

Contents?: true

Size: 202 Bytes

Versions: 3

Compression:

Stored size: 202 Bytes

Contents

module Hyde
  class Layout < Page
    def self.get_filename(path, project)
      project.root(:layouts, path)
    end

    def layout
      # Don't try a default layout.
      @layout
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hydeweb-0.0.8.pre2 lib/hyde/layout.rb
hydeweb-0.0.8.pre1 lib/hyde/layout.rb
hydeweb-0.0.7 lib/hyde/layout.rb