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

View file

@ -72,3 +72,11 @@ article date {
display: block; display: block;
margin-bottom: 10px; margin-bottom: 10px;
} }
footer {
text-align: center;
margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px grey solid;
}

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 .row
.span8.offset2 .span8.offset2
== yield == yield
== render '_footer'

View file

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