gospel reorg

master
muflax 2013-01-16 23:54:59 +01:00
parent cb0661bba2
commit ec5aba35fb
9 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
title: Apocrypha
is_category: true
---
<%= category :apocrypha %>

View File

@ -0,0 +1,6 @@
---
title: Heresy
is_category: true
---
<%= category :heresy %>

View File

@ -0,0 +1,6 @@
---
title: Super-Texts
is_category: true
---
<%= category :super %>

View File

@ -25,6 +25,14 @@ def poem &block
end
end
# interpolations; highlight them
def interpolation &block
annotate block do |c|
div_wrap :interpolation, c
end
end
def annotate content, &filter
# get erbout so far
erbout = eval('_erbout', content.binding)