Sidebar for inclusion; main page layout

This commit is contained in:
Stefan Schlott 2013-08-23 08:50:26 +02:00
parent 3a32cbf1ed
commit 5e0429b276
4 changed files with 28 additions and 10 deletions

5
Rules
View file

@ -32,7 +32,10 @@ compile '*' do
if item_name.start_with?("_")
nil
else
layout 'default'
if item[:style]!='none'
#layout 'default'
layout item[:style] || 'default'
end
end
end
end