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 %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% include social-buttons.html %}
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,11 @@
|
||||||
<!-- Footer Start -->
|
<!-- Footer Start -->
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
|
|
||||||
|
{% include social-buttons.html %}
|
||||||
|
|
||||||
|
<p><br><br></p>
|
||||||
|
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<p>Copyright © {{ site.author }} {{ site.time | date: "%Y" }}</p>
|
<p>Copyright © {{ site.author }} {{ site.time | date: "%Y" }}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,6 @@
|
||||||
|
|
||||||
{% include pagination.html %}
|
{% include pagination.html %}
|
||||||
|
|
||||||
{% include social-buttons.html %}
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
|
|
@ -20,8 +20,6 @@
|
||||||
|
|
||||||
<img class="img-responsive center-block fourofour" src="{{site.baseurl}}{{ site.404-img }}" alt="">
|
<img class="img-responsive center-block fourofour" src="{{site.baseurl}}{{ site.404-img }}" alt="">
|
||||||
|
|
||||||
{% include social-buttons.html %}
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
|
|
@ -33,8 +33,6 @@
|
||||||
{% include comments.html %}
|
{% include comments.html %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% include social-buttons.html %}
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
|
|
@ -29,8 +29,6 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% include social-buttons.html %}
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
|
|
@ -307,6 +307,7 @@ ul.social-buttons li a {
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
padding: 50px 0;
|
padding: 50px 0;
|
||||||
|
text-align: center;
|
||||||
p {
|
p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue