Commit fb6ed759 authored by Victor Zverovich's avatar Victor Zverovich

Align footer with the main content

parent e9bf788b
......@@ -118,6 +118,8 @@
{%- block footer %}
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<p class="pull-right">
<a href="#">Back to top</a>
{% if theme_source_link_position == "footer" %}
......@@ -141,5 +143,7 @@
{%- endif %}
</p>
</div>
</div>
</div>
</footer>
{%- endblock %}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment