summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorP. J. McDermott <pehjota>2012-06-16 22:27:15 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-06-16 22:30:09 (EDT)
commit55c6eb017f7ce1e46199ae5509efe469868aa6c5 (patch)
tree23e35800188d566513c9d2963d0396283f71df01 /templates
parent6bcec2658ca949d5b5da8966fbca17bc64708062 (diff)
Move style.css to main.css.
Ikiwiki throws an "independently created" error, and at a glance I don't understand the code segment that throws it. So let's just try to work around this "important security check".
Diffstat (limited to 'templates')
-rw-r--r--templates/main.css (renamed from templates/style.css)0
-rw-r--r--templates/page.tmpl2
2 files changed, 1 insertions, 1 deletions
diff --git a/templates/style.css b/templates/main.css
index e5a0d52..e5a0d52 100644
--- a/templates/style.css
+++ b/templates/main.css
diff --git a/templates/page.tmpl b/templates/page.tmpl
index 5ebc0e4..6bf7e3c 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -8,7 +8,7 @@
<title><TMPL_VAR TITLE> - <TMPL_VAR WIKINAME></title>
</TMPL_UNLESS>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" />
+ <link rel="stylesheet" href="<TMPL_VAR BASEURL>main.css" type="text/css" />
<link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/x-icon" />
<TMPL_IF EDITURL>
<link rel="alternate" type="application/x-wiki" title="Edit this page" href="<TMPL_VAR EDITURL>" />