summaryrefslogtreecommitdiff
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 @@
<div class="row">
<div class="col-lg-6">
<h2>{{ _("Taler News") }}</h2>
- {% include "news.html.j2" %}
+ {% include "news.html.j2.inc" %}
</div>
<div class="col-lg-6">
<h2>{{ _("Financial News") }}</h2>
- {% include "financial-news.html.j2" %}
+ {% include "financial-news.html.j2.inc" %}
</div>
</div>
{% include "common/footer.j2.inc" %}