Add docs
This commit is contained in:
parent
24547ab996
commit
68ce1aeaff
15 changed files with 2517 additions and 26 deletions
2
Rules
2
Rules
|
@ -64,6 +64,8 @@ compile '*' do
|
|||
layout 'none'
|
||||
when %r{^/blog/.+}
|
||||
layout 'post'
|
||||
when %r{^/docs/}
|
||||
layout 'doc'
|
||||
else
|
||||
layout 'default'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue