Skip to content

Commit 2cb7e30

Browse files
committed
Perform line break only when there is a copyright banner
1 parent 4573153 commit 2cb7e30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

material/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
<span class="md-footer-copyright__highlight">
4343
{{ config.copyright }}
4444
</span>
45+
<br>
4546
{% endif %}
46-
<br>
4747
powered by
4848
<a href="http://www.mkdocs.org">MkDocs</a>
4949
and the

src/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@
8181
<span class="md-footer-copyright__highlight">
8282
{{ config.copyright }}
8383
</span>
84+
<br />
8485
{% endif %}
85-
<br />
8686
powered by
8787
<a href="http://www.mkdocs.org">MkDocs</a>
8888
and the

0 commit comments

Comments
 (0)