aboutsummaryrefslogtreecommitdiff
path: root/index.html.j2
diff options
context:
space:
mode:
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 @@
111 {% include "financial-news.html.j2.inc" %} 111 {% include "financial-news.html.j2.inc" %}
112 </div> 112 </div>
113 </div> 113 </div>
114 {% include "common/footer.j2.inc" %}
115 </div> <!-- /container --> 114 </div> <!-- /container -->
115 <div class="container-fluid">
116 <div class="container">
117 {% include "common/footer.j2.inc" %}
118 </div>
119 </div>
116 </body> 120 </body>
117</html> 121</html>