From 2cb7e3056804c6a7b5cb460885c2c1664d643a70 Mon Sep 17 00:00:00 2001
From: squidfunk <scifish@gmail.com>
Date: Mon, 26 Dec 2016 18:52:25 +0100
Subject: [PATCH] Perform line break only when there is a copyright banner

---
 material/partials/footer.html | 2 +-
 src/partials/footer.html      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/material/partials/footer.html b/material/partials/footer.html
index 3e663bb0..a4003324 100644
--- a/material/partials/footer.html
+++ b/material/partials/footer.html
@@ -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
diff --git a/src/partials/footer.html b/src/partials/footer.html
index 0520f5e5..c234100a 100644
--- a/src/partials/footer.html
+++ b/src/partials/footer.html
@@ -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
-- 
GitLab