This commit is contained in:
Jonathan Rudenberg 2012-08-22 11:15:21 -04:00
parent decb9d8430
commit c0ca040c2c
19 changed files with 366 additions and 237 deletions

9
layouts/post.slim Normal file
View 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