Sha256: d70346b3b671687d99184ac01fe388059b4b29233deb4a3bbee37e133c527036
Contents?: true
Size: 239 Bytes
Versions: 2
Compression:
Stored size: 239 Bytes
Contents
module SemiStatic class Index < Base include Convertable attr_accessor :posts, :context def initialize(site, path) super @metadata = [ :layout ] end end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
zzot-semi-static-0.0.2 | lib/semi-static/index.rb |
zzot-zzot-semi-static-0.0.1 | lib/semi-static/index.rb |