footer html
This commit is contained in:
parent
aeeaa5ffe4
commit
828b518196
1 changed files with 10 additions and 1 deletions
|
|
@ -1 +1,10 @@
|
|||
<footer>Footer</footer>
|
||||
<footer>
|
||||
<div id="footer--container">
|
||||
<div id="footer--left">
|
||||
{{ site.name | lower }}
|
||||
</div>
|
||||
<div id="footer--right">
|
||||
{{ site.copyright }}
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
Loading…
Reference in a new issue