Add footer

This commit is contained in:
Jonathan Rudenberg 2012-08-22 12:19:24 -04:00
parent 3a83484e45
commit 9e8e6cc3a4
4 changed files with 12 additions and 0 deletions

2
layouts/_footer.slim Normal file
View file

@ -0,0 +1,2 @@
footer
| © 2012 Apollic Software, LLC

View file

@ -7,3 +7,4 @@ html lang='en'
.row
.span8.offset2
== yield
== render '_footer'

View file

@ -7,3 +7,4 @@ html lang='en'
.row
.span8.offset2
== render '_post', post: @item, content: yield
== render '_footer'