Sidebar for inclusion; main page layout
This commit is contained in:
parent
3a32cbf1ed
commit
5e0429b276
4 changed files with 28 additions and 10 deletions
5
Rules
5
Rules
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue