aboutsummaryrefslogtreecommitdiff
path: root/index.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'index.html.j2')
-rw-r--r--index.html.j28
1 files changed, 4 insertions, 4 deletions
diff --git a/index.html.j2 b/index.html.j2
index de8437ca..34c30d3b 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -4,14 +4,14 @@
4 <meta charset="UTF-8"/> 4 <meta charset="UTF-8"/>
5 <title>{{ _("GNU Taler") }}</title> 5 <title>{{ _("GNU Taler") }}</title>
6 <meta name="description" content="Anonymous electronic payments for civil society"/> 6 <meta name="description" content="Anonymous electronic payments for civil society"/>
7 <!--# include file="common/header.{{ _("en") }}.inc" --> 7 {% include "common/header.j2.inc" %}
8 </head> 8 </head>
9 <body> 9 <body>
10 <div class="container"> 10 <div class="container">
11 <!--# include file="common/navigation.{{ _("en") }}.inc" --> 11 {% include "common/navigation.j2.inc" %}
12 <!-- Jumbotron --> 12 <!-- Jumbotron -->
13 <div class="jumbotron"> 13 <div class="jumbotron">
14 <img align="middle" alt="Taler logo" width="33%" src="/images/logo-2015-medium.png" style="margin: 0px 0px -120px 0px;"> 14 <img align="middle" alt="Taler logo" width="33%" src="{{ url('images/logo-2015-medium.png') }}" style="margin: 0px 0px -120px 0px;">
15 </div> 15 </div>
16 <div class="jumbotron"> 16 <div class="jumbotron">
17 <h1>{{ _("Electronic payments for a liberal society!") }}</h1> 17 <h1>{{ _("Electronic payments for a liberal society!") }}</h1>
@@ -79,7 +79,7 @@
79 for transactions and the ability to give change. 79 for transactions and the ability to give change.
80 ") }}</p> 80 ") }}</p>
81 </div> 81 </div>
82 <!--# include file="common/footer.{{ _("en") }}.inc" --> 82 {% include "common/footer.j2.inc" %}
83 </div> <!-- /container --> 83 </div> <!-- /container -->
84 </body> 84 </body>
85</html> 85</html>