]> sipb.mit.edu Git - ikiwiki.git/blobdiff - templates/misc.tmpl
revert broken parentlinks fix, which was broken, explain why
[ikiwiki.git] / templates / misc.tmpl
index 442db8c21cafb4589680978500b23ccad83f0018..0376a19f9eca1b87c80282688d3b1f6bf2d30eb7 100644 (file)
@@ -2,16 +2,17 @@
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html>
 <head>
+<base href="<TMPL_VAR BASEURL>" />
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title><TMPL_VAR TITLE></title>
-<link rel="stylesheet" href="<TMPL_VAR STYLEURL>" type="text/css" />
+<link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" />
 </head>
 <body>
 
-<div id="header">
-<h1>
+<div class="header">
+<span>
 <TMPL_VAR INDEXLINK>/ <TMPL_VAR TITLE>
-</h1>
+</span>
 </div>
 
 <div id="content">