summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-03-15 13:21:23 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-03-15 13:21:23 +0100
commitbe1704041bbbef8b6e2bffb7ee456bc271f25c65 (patch)
tree2c32502b0d8d7ac089c8828b68c6eeb5cdf85296
parent225f64a5c018035995b6d0387a65d44737e96001 (diff)
downloadlanding-be1704041bbbef8b6e2bffb7ee456bc271f25c65.tar.gz
landing-be1704041bbbef8b6e2bffb7ee456bc271f25c65.tar.bz2
landing-be1704041bbbef8b6e2bffb7ee456bc271f25c65.zip
urls
-rw-r--r--index.html.j28
1 files changed, 4 insertions, 4 deletions
diff --git a/index.html.j2 b/index.html.j2
index 60a1da3..e550c2f 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -3,9 +3,9 @@
<head profile="http://www.w3.org/2005/10/profile">
<meta charset="utf-8"/>
<title>Taler Demo</title>
- <link rel="stylesheet" type="text/css" href="static/web-common/demo.css" />
- <link rel="stylesheet" type="text/css" href="static/web-common/taler-fallback.css" id="taler-presence-stylesheet" />
- <link rel="icon" type="image/png" href="static/web-common/favicon-taler.ico" />
+ <link rel="stylesheet" type="text/css" href="{{ url('static/web-common/demo.css') }}" />
+ <link rel="stylesheet" type="text/css" href="{{ url('static/web-common/taler-fallback.css') }}" id="taler-presence-stylesheet" />
+ <link rel="icon" type="image/png" href="{{ url('static/web-common/favicon-taler.ico') }}" />
<style type="text/css">
a[disabled="true"] {
@@ -116,7 +116,7 @@
<hr />
<div class="copyright">
<p>Copyright &copy; 2014&mdash;2017 INRIA</p>
- <a href="{{ url('javascript.html') }}" data-jslicense="1" class="jslicenseinfo">JavaScript license information</a>
+ <a href="javascript.html" data-jslicense="1" class="jslicenseinfo">JavaScript license information</a>
</div>
</section>
</body>