mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-31 11:17:35 +02:00
Align footer with the main content
This commit is contained in:
@ -118,6 +118,8 @@
|
|||||||
{%- block footer %}
|
{%- block footer %}
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-8 col-md-offset-2">
|
||||||
<p class="pull-right">
|
<p class="pull-right">
|
||||||
<a href="#">Back to top</a>
|
<a href="#">Back to top</a>
|
||||||
{% if theme_source_link_position == "footer" %}
|
{% if theme_source_link_position == "footer" %}
|
||||||
@ -141,5 +143,7 @@
|
|||||||
{%- endif %}
|
{%- endif %}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
{%- endblock %}
|
{%- endblock %}
|
||||||
|
Reference in New Issue
Block a user