aboutsummaryrefslogtreecommitdiff
path: root/index.html.j2
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-08-23 11:11:28 +0200
committerChristian Grothoff <christian@grothoff.org>2017-08-23 11:11:51 +0200
commit05295151c3ff6a4dd4ff7fee29f0375f73670cb4 (patch)
tree30d3e1c62da7dbcb09d1082d1d3f8d497aca49e6 /index.html.j2
parent1a6d191efe659b9f39d87156a32bd6c1269f07f3 (diff)
downloadwww-05295151c3ff6a4dd4ff7fee29f0375f73670cb4.tar.gz
www-05295151c3ff6a4dd4ff7fee29f0375f73670cb4.zip
move financial news to a separate page
Diffstat (limited to 'index.html.j2')
-rw-r--r--index.html.j26
1 files changed, 1 insertions, 5 deletions
diff --git a/index.html.j2 b/index.html.j2
index 9378d937..54b0cdb8 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -141,14 +141,10 @@
141 141
142<div class="container"> 142<div class="container">
143 <div class="row"> 143 <div class="row">
144 <div class="col-lg-6"> 144 <div class="col-lg-12">
145 <h2>{{ _("Taler News") }}</h2> 145 <h2>{{ _("Taler News") }}</h2>
146 {% include "news.html.j2.inc" %} 146 {% include "news.html.j2.inc" %}
147 </div> 147 </div>
148 <div class="col-lg-6">
149 <h2>{{ _("Financial News") }}</h2>
150 {% include "financial-news.html.j2.inc" %}
151 </div>
152 </div> 148 </div>
153</div> <!-- /container --> 149</div> <!-- /container -->
154{% endblock body_content %} 150{% endblock body_content %}