diff options
| author | Julian Blake Kongslie | 2011-11-23 17:09:41 -0800 |
|---|---|---|
| committer | Julian Blake Kongslie | 2011-11-23 19:28:54 -0800 |
| commit | 555fe1cc4d96047df2a2000cf138e41d3e301b8d (patch) | |
| tree | a15a37dbf8c1948494fef434ea499d3746a566c7 /templates | |
| parent | Switch to manually managing git pulls instead of ikiwiki doing it. (diff) | |
| download | writing-555fe1cc4d96047df2a2000cf138e41d3e301b8d.tar.xz | |
Various stylesheet changes.
Diffstat (limited to '')
| -rw-r--r-- | templates/page.tmpl | 1 |
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> |
