gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-docs-landing] branch master updated: fix CSS fetchin


From: gnunet
Subject: [GNUnet-SVN] [taler-docs-landing] branch master updated: fix CSS fetching.
Date: Mon, 24 Sep 2018 16:06:27 +0200

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

marcello pushed a commit to branch master
in repository docs-landing.

The following commit(s) were added to refs/heads/master by this push:
     new 7376c56  fix CSS fetching.
7376c56 is described below

commit 7376c563ce8293907fb03d469d01cab40e53eadf
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Sep 24 16:05:24 2018 +0200

    fix CSS fetching.
    
    The fix was needed since now HTML are one level
    deeper in the filesystem, due to the translation.
---
 index.html.j2 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.html.j2 b/index.html.j2
index e188e77..df65639 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -3,8 +3,8 @@
   <head>
     <meta charset="UTF-8">
     <title>GNU Taler documentation</title>
-    <link rel=stylesheet href="pure.css">
-    <link rel=stylesheet href="docstyle.css">
+    <link rel=stylesheet href="../pure.css">
+    <link rel=stylesheet href="../docstyle.css">
   </head>
   <body>
   <h1>GNU Taler documentation</h1>

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



reply via email to

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