change CSS url
authorMartin Zobel-Helas <zobel@debian.org>
Sat, 5 Feb 2011 10:36:23 +0000 (11:36 +0100)
committerMartin Zobel-Helas <zobel@debian.org>
Sat, 5 Feb 2011 10:36:23 +0000 (11:36 +0100)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
templates/page.tmpl

index 6b6a52d..39acf3c 100644 (file)
@@ -7,7 +7,7 @@
 <TMPL_IF NAME="FAVICON">
        <link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/x-icon" />
 </TMPL_IF>
-       <link rel="stylesheet" href="http://git.deb.at/w/deb/gitweb.git/blob_plain/kalle:/debian.css" type="text/css" />
+       <link rel="stylesheet" href="<TMPL_VAR BASEURL>debian.css" type="text/css" />
        <link rel="stylesheet" href="<TMPL_VAR BASEURL>dsa.css" type="text/css" /> 
 <TMPL_IF NAME="EDITURL">
        <link rel="alternate" type="application/x-wiki" title="Edit this page" href="<TMPL_VAR EDITURL>" />