aboutsummaryrefslogtreecommitdiff
path: root/index.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'index.html.j2')
-rw-r--r--index.html.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html.j2 b/index.html.j2
index f59717f1..f270892c 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -73,11 +73,11 @@
73 <div class="row"> 73 <div class="row">
74 <div class="col-lg-6"> 74 <div class="col-lg-6">
75 <h2>{{ _("Taler News") }}</h2> 75 <h2>{{ _("Taler News") }}</h2>
76 {% include "news.html.j2" %} 76 {% include "news.html.j2.inc" %}
77 </div> 77 </div>
78 <div class="col-lg-6"> 78 <div class="col-lg-6">
79 <h2>{{ _("Financial News") }}</h2> 79 <h2>{{ _("Financial News") }}</h2>
80 {% include "financial-news.html.j2" %} 80 {% include "financial-news.html.j2.inc" %}
81 </div> 81 </div>
82 </div> 82 </div>
83 {% include "common/footer.j2.inc" %} 83 {% include "common/footer.j2.inc" %}