From bcdaa22fc480f4a588ecf8087ff6b22ec298683b Mon Sep 17 00:00:00 2001
From: Ant Zucaro <azucaro@gmail.com>
Date: Sun, 22 Oct 2017 14:03:16 -0400
Subject: [PATCH] Add back the footer attribution below everything else.

---
 xonstat/templates/footer.mako | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/xonstat/templates/footer.mako b/xonstat/templates/footer.mako
index 2f9f45a..2161960 100644
--- a/xonstat/templates/footer.mako
+++ b/xonstat/templates/footer.mako
@@ -2,7 +2,6 @@
 
 <div id="footer">
   <div class="row" >
-
     <div class="small-12 medium-3 columns">
       <h4>Home</h4>
       <ul>
@@ -42,6 +41,13 @@
     </div>
 
   </div>
+
+  <div class="row">
+    <div class="small-12 columns">
+      <p><small>XonStat is an open source (GPLv2) project created by <a href="https://gitlab.com/Antibody">Antibody</a>. Fork it or log issues <a href="https://gitlab.com/xonotic/xonstat" title="Go to the project page">on GitLab!</a></small></p>
+    </div>
+  </div>
+
 </div>
 
 </%def>
-- 
2.39.5