Refactored footer (original commit from @bgoldman)
This commit is contained in:
parent
b95e34c605
commit
94810e5640
7 changed files with 6 additions and 10 deletions
|
|
@ -28,8 +28,6 @@
|
|||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
{% include social-buttons.html %}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
|
|
@ -2,6 +2,11 @@
|
|||
<!-- Footer Start -->
|
||||
|
||||
<footer>
|
||||
|
||||
{% include social-buttons.html %}
|
||||
|
||||
<p><br><br></p>
|
||||
|
||||
<div class="container text-center">
|
||||
<p>Copyright © {{ site.author }} {{ site.time | date: "%Y" }}</p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue