Add footer
This commit is contained in:
parent
3a83484e45
commit
9e8e6cc3a4
4 changed files with 12 additions and 0 deletions
2
layouts/_footer.slim
Normal file
2
layouts/_footer.slim
Normal file
|
@ -0,0 +1,2 @@
|
|||
footer
|
||||
| © 2012 Apollic Software, LLC
|
|
@ -7,3 +7,4 @@ html lang='en'
|
|||
.row
|
||||
.span8.offset2
|
||||
== yield
|
||||
== render '_footer'
|
||||
|
|
|
@ -7,3 +7,4 @@ html lang='en'
|
|||
.row
|
||||
.span8.offset2
|
||||
== render '_post', post: @item, content: yield
|
||||
== render '_footer'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue