This commit is contained in:
Jonathan Rudenberg 2012-08-22 13:49:20 -04:00
parent 24547ab996
commit 68ce1aeaff
15 changed files with 2517 additions and 26 deletions

2
Rules
View file

@ -64,6 +64,8 @@ compile '*' do
layout 'none'
when %r{^/blog/.+}
layout 'post'
when %r{^/docs/}
layout 'doc'
else
layout 'default'
end