Sha256: 69f1d975679fc1686c0ac4b8bbf12be8e5d2ee5b0bcc57026aaad2e2816bd1b9

Contents?: true

Size: 178 Bytes

Versions: 4

Compression:

Stored size: 178 Bytes

Contents

# coding: utf-8

class Retter::Pages::Index
  include Retter::Page

  def pathname
    config.index_file
  end

  def part_layout_pathname
    config.index_layout_file
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
retter-0.2.0 lib/retter/pages/index.rb
retter-0.1.3 lib/retter/pages/index.rb
retter-0.1.2 lib/retter/pages/index.rb
retter-0.1.1 lib/retter/pages/index.rb