Do stuff
This commit is contained in:
parent
decb9d8430
commit
c0ca040c2c
19 changed files with 366 additions and 237 deletions
9
layouts/post.slim
Normal file
9
layouts/post.slim
Normal file
|
@ -0,0 +1,9 @@
|
|||
doctype html
|
||||
html lang='en'
|
||||
head == render 'head'
|
||||
body
|
||||
== render 'navbar'
|
||||
.container
|
||||
.row
|
||||
.span8.offset2
|
||||
== render '_post', post: @item, content: yield
|
Loading…
Add table
Add a link
Reference in a new issue