diff options
Diffstat (limited to 'srv/templates/page.tmpl')
-rw-r--r-- | srv/templates/page.tmpl | 2 |
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>" /> |