1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-24 07:30:12 +01:00

Perform line break only when there is a copyright banner

This commit is contained in:
squidfunk 2016-12-26 18:52:25 +01:00
parent 457315315b
commit 2cb7e30568
2 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@
<span class="md-footer-copyright__highlight">
{{ config.copyright }}
</span>
<br>
{% endif %}
<br>
powered by
<a href="http://www.mkdocs.org">MkDocs</a>
and the

View File

@ -81,8 +81,8 @@
<span class="md-footer-copyright__highlight">
{{ config.copyright }}
</span>
<br />
{% endif %}
<br />
powered by
<a href="http://www.mkdocs.org">MkDocs</a>
and the