]> git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Add back the footer attribution below everything else.
authorAnt Zucaro <azucaro@gmail.com>
Sun, 22 Oct 2017 18:03:16 +0000 (14:03 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Sun, 22 Oct 2017 18:03:16 +0000 (14:03 -0400)
xonstat/templates/footer.mako

index 2f9f45a1e67e7eeb9918dcfbb1d164ee259ec295..2161960b3f567379c1eb6ec7881901d863673351 100644 (file)
@@ -2,7 +2,6 @@
 
 <div id="footer">
   <div class="row" >
-
     <div class="small-12 medium-3 columns">
       <h4>Home</h4>
       <ul>
     </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>