summaryrefslogtreecommitdiff
path: root/index.html.j2
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-01-30 20:41:18 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-01-30 21:21:33 +0100
commit6337e02d9dd8c7be92ffa168f67ab0de651664d0 (patch)
tree0d1af548ccc6e7f5105900d510cc353a8b3e3e39 /index.html.j2
parentec065c657e2d2bfdf2ea25eec62cf659cd87d3da (diff)
downloadwww-6337e02d9dd8c7be92ffa168f67ab0de651664d0.tar.gz
www-6337e02d9dd8c7be92ffa168f67ab0de651664d0.tar.bz2
www-6337e02d9dd8c7be92ffa168f67ab0de651664d0.zip
use templates instead of SSI, use relative URLs
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 @@
<meta charset="UTF-8"/>
<title>{{ _("GNU Taler") }}</title>
<meta name="description" content="Anonymous electronic payments for civil society"/>
- <!--# include file="common/header.{{ _("en") }}.inc" -->
+ {% include "common/header.j2.inc" %}
</head>
<body>
<div class="container">
- <!--# include file="common/navigation.{{ _("en") }}.inc" -->
+ {% include "common/navigation.j2.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;">
+ <img align="middle" alt="Taler logo" width="33%" src="{{ url('images/logo-2015-medium.png') }}" style="margin: 0px 0px -120px 0px;">
</div>
<div class="jumbotron">
<h1>{{ _("Electronic payments for a liberal society!") }}</h1>
@@ -79,7 +79,7 @@
for transactions and the ability to give change.
") }}</p>
</div>
- <!--# include file="common/footer.{{ _("en") }}.inc" -->
+ {% include "common/footer.j2.inc" %}
</div> <!-- /container -->
</body>
</html>