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