gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-landing] branch master updated: urls


From: gnunet
Subject: [GNUnet-SVN] [taler-landing] branch master updated: urls
Date: Wed, 15 Mar 2017 13:21:26 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository landing.

The following commit(s) were added to refs/heads/master by this push:
     new be17040  urls
be17040 is described below

commit be1704041bbbef8b6e2bffb7ee456bc271f25c65
Author: Florian Dold <address@hidden>
AuthorDate: Wed Mar 15 13:21:23 2017 +0100

    urls
---
 index.html.j2 | 8 ++++----
 1 file 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>

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]