summaryrefslogtreecommitdiff
path: root/index.html.j2
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-02-15 07:03:26 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-02-15 07:03:26 +0100
commit7fdb1f1cba5c501e316f0a379edfeb4c779c0e36 (patch)
tree1b87556ba7f8675ec825394c28e1337b4d9c4766 /index.html.j2
parent5b17168a3f3af90971cee433efd1b223ac227150 (diff)
downloadwww-7fdb1f1cba5c501e316f0a379edfeb4c779c0e36.tar.gz
www-7fdb1f1cba5c501e316f0a379edfeb4c779c0e36.tar.bz2
www-7fdb1f1cba5c501e316f0a379edfeb4c779c0e36.zip
fix logo text
Diffstat (limited to 'index.html.j2')
-rw-r--r--index.html.j26
1 files changed, 5 insertions, 1 deletions
diff --git a/index.html.j2 b/index.html.j2
index 9e2953a8..5262bf2d 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -111,7 +111,11 @@
{% include "financial-news.html.j2.inc" %}
</div>
</div>
- {% include "common/footer.j2.inc" %}
</div> <!-- /container -->
+ <div class="container-fluid">
+ <div class="container">
+ {% include "common/footer.j2.inc" %}
+ </div>
+ </div>
</body>
</html>