apps/blueprint/models/page.rb in brief-1.6.1 vs apps/blueprint/models/page.rb in brief-1.7.0
- old
+ new
@@ -6,11 +6,11 @@
category
tags Array
end
content do
- title "h1:first-of-type"
- tagline "h2:first-of-type"
paragraph "p:first-of-type"
- yaml_data "code.yaml:first-of-type", :serialize => :yaml
+ title "h1:first-of-type", :hide => true
+ tagline "h2:first-of-type", :hide => true
+ yaml_data "code.yaml:first-of-type", :serialize => :yaml, :hide => true
end
end