aboutsummaryrefslogtreecommitdiff
path: root/index.html.j2
diff options
context:
space:
mode:
authortg(x) <*@tg-x.net>2017-01-19 19:46:02 +0100
committertg(x) <*@tg-x.net>2017-01-19 19:46:02 +0100
commitdbf11d7daf526574bf2f7c9ef8cbca7ce56ae635 (patch)
treecbe7b803633b975a45b5ab206bfb9e60c9097c47 /index.html.j2
parentad575cbedbbc6d109241aebf225b7e07bdb17555 (diff)
downloadwww-dbf11d7daf526574bf2f7c9ef8cbca7ce56ae635.tar.gz
www-dbf11d7daf526574bf2f7c9ef8cbca7ce56ae635.zip
i18n: fix common includes
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 @@
2 <meta charset="utf-8"> 2 <meta charset="utf-8">
3 <title>{{ _("GNU Taler") }}</title> 3 <title>{{ _("GNU Taler") }}</title>
4 <meta name="description" content="Anonymous electronic payments for civil society"> 4 <meta name="description" content="Anonymous electronic payments for civil society">
5 <!--# include file="common/header.inc" --> 5 <!--# include file="common/header.{{ _("en") }}.inc" -->
6 </head> 6 </head>
7 <body class="en" onload="loadLang();"> 7 <body class="en" onload="loadLang();">
8 <div class="container"> 8 <div class="container">
9 <!--# include file="common/navigation.inc" --> 9 <!--# include file="common/navigation.{{ _("en") }}.inc" -->
10 <!-- Jumbotron --> 10 <!-- Jumbotron -->
11 <div class="jumbotron"> 11 <div class="jumbotron">
12 <img align="middle" alt="Taler logo" width="33%" src="/images/logo-2015-medium.png" style="margin: 0px 0px -120px 0px;"> 12 <img align="middle" alt="Taler logo" width="33%" src="/images/logo-2015-medium.png" style="margin: 0px 0px -120px 0px;">
@@ -77,7 +77,7 @@
77 for transactions and the ability to give change. 77 for transactions and the ability to give change.
78 ") }}</p> 78 ") }}</p>
79 </div> 79 </div>
80 <!--# include file="common/footer.inc" --> 80 <!--# include file="common/footer.{{ _("en") }}.inc" -->
81 </div> <!-- /container --> 81 </div> <!-- /container -->
82 </body> 82 </body>
83</html> 83</html>