summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJulian Blake Kongslie2011-11-23 17:09:41 -0800
committerJulian Blake Kongslie2011-11-23 19:28:54 -0800
commit555fe1cc4d96047df2a2000cf138e41d3e301b8d (patch)
treea15a37dbf8c1948494fef434ea499d3746a566c7 /templates
parentSwitch to manually managing git pulls instead of ikiwiki doing it. (diff)
downloadwriting-555fe1cc4d96047df2a2000cf138e41d3e301b8d.tar.xz
Various stylesheet changes.
Diffstat (limited to 'templates')
-rw-r--r--templates/page.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index f7baae0..bef43ed 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -4,6 +4,7 @@
4 <head> 4 <head>
5 <meta charset="utf-8" /> 5 <meta charset="utf-8" />
6 <title><TMPL_VAR TITLE></title> 6 <title><TMPL_VAR TITLE></title>
7 <link rel="stylesheet" href="/yui/reset/reset-min.css" type="text/css" />
7 <link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" /> 8 <link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" />
8 </head> 9 </head>
9 <body> 10 <body>