Skip to content
Snippets Groups Projects
Commit 2cb7e305 authored by squidfunk's avatar squidfunk
Browse files

Perform line break only when there is a copyright banner

parent 45731531
Branches
No related tags found
Loading
......@@ -42,8 +42,8 @@
<span class="md-footer-copyright__highlight">
{{ config.copyright }}
</span>
{% endif %}
<br>
{% endif %}
powered by
<a href="http://www.mkdocs.org">MkDocs</a>
and the
......
......@@ -81,8 +81,8 @@
<span class="md-footer-copyright__highlight">
{{ config.copyright }}
</span>
{% endif %}
<br />
{% endif %}
powered by
<a href="http://www.mkdocs.org">MkDocs</a>
and the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment