summaryrefslogtreecommitdiff
path: root/srv/templates/page.tmpl
diff options
context:
space:
mode:
authorjrayhawk+piny.be@omgwallhack.org <jrayhawk@piny.svcs.cs.pdx.edu>2010-09-03 01:28:46 -0700
committerjrayhawk+piny.be@omgwallhack.org <jrayhawk@piny.svcs.cs.pdx.edu>2010-09-03 01:28:46 -0700
commitbd628ee4a22ab90a0ce09f5f86c3528bac37b4af (patch)
treec0e9f3a5d1667770910267b9ba700a49de2c16bf /srv/templates/page.tmpl
parent59892ab382d643c294ca7383eec2e1e658fdc783 (diff)
parente076ea9eef2e310fd0f783279b4f0c7f6a4a4a59 (diff)
downloadpiny-code-bd628ee4a22ab90a0ce09f5f86c3528bac37b4af.tar.gz
piny-code-bd628ee4a22ab90a0ce09f5f86c3528bac37b4af.zip
Merge branch 'master' of git+ssh://piny.be/srv/git/piny-code
Diffstat (limited to 'srv/templates/page.tmpl')
-rw-r--r--srv/templates/page.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/srv/templates/page.tmpl b/srv/templates/page.tmpl
index bddd6be..1a76648 100644
--- a/srv/templates/page.tmpl
+++ b/srv/templates/page.tmpl
@@ -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="/piny-shared/style.css" type="text/css" />
+<link rel="stylesheet" href="style.css" type="text/css" />
<link rel="stylesheet" href="<TMPL_VAR BASEURL>local.css" type="text/css" /> <!-- Optional per-repo custom CSS. -->
<TMPL_IF NAME="EDITURL">
<link rel="alternate" type="application/x-wiki" title="Edit this page" href="<TMPL_VAR EDITURL>" />