Sha256: b726ba2f9df21d1eb8335019ea4be50343e4ade60b8bfa68fe53fe951e3cd7c3
Contents?: true
Size: 375 Bytes
Versions: 56
Compression:
Stored size: 375 Bytes
Contents
class Brief::Apps::Blueprint::Page include Brief::Model defined_in Pathname(__FILE__) meta do title category tags Array end content do paragraph "p:first-of-type" title "h1:first-of-type", :hide => true tagline "h2:first-of-type", :hide => true yaml "pre[lang='yaml'] code:first-of-type", :serialize => :yaml, :hide => true end end
Version data entries
56 entries across 56 versions & 1 rubygems