summaryrefslogtreecommitdiff
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, 3 insertions, 3 deletions
diff --git a/index.html.j2 b/index.html.j2
index b5c59e1a..ba4e9090 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -2,11 +2,11 @@
<meta charset="utf-8">
<title>{{ _("GNU Taler") }}</title>
<meta name="description" content="Anonymous electronic payments for civil society">
- <!--# include file="common/header.inc" -->
+ <!--# include file="common/header.{{ _("en") }}.inc" -->
</head>
<body class="en" onload="loadLang();">
<div class="container">
- <!--# include file="common/navigation.inc" -->
+ <!--# include file="common/navigation.{{ _("en") }}.inc" -->
<!-- Jumbotron -->
<div class="jumbotron">
<img align="middle" alt="Taler logo" width="33%" src="/images/logo-2015-medium.png" style="margin: 0px 0px -120px 0px;">
@@ -77,7 +77,7 @@
for transactions and the ability to give change.
") }}</p>
</div>
- <!--# include file="common/footer.inc" -->
+ <!--# include file="common/footer.{{ _("en") }}.inc" -->
</div> <!-- /container -->
</body>
</html>