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