summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pehjota>2012-06-16 22:12:21 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-06-16 22:13:41 (EDT)
commitdab6a7c4521e19c0b8f12bc80e8140b7649f013e (patch)
tree0516a59dae3e915f312e551a16c49805c4dc2941
parent6c0a9c822655cfa6f5d088fac839cb9652532bb2 (diff)
Fix template syntax error, use <nav>, and add ID.
-rw-r--r--templates/page.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index 2516e1d..bc269dd 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -6,7 +6,7 @@
<title><TMPL_VAR WIKINAME></title>
<TMPL_ELSE>
<title><TMPL_VAR TITLE> - <TMPL_VAR WIKINAME></title>
- </TMPL_IF>
+ </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="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/x-icon" />
@@ -25,7 +25,7 @@
</head>
<body>
<a href="#body" class="skip">Skip to body</a>
- <header>
+ <nav>
<div class="logo"><a href="//os.pehjota.net/">Embedded OS</a></div>
<div class="nav">
<ul>
@@ -36,7 +36,7 @@
<li><a href="http://os.pehjota.net/doc">Documentation</a></li>
</ul>
</div>
- </header>
+ </nav>
<div class="main">
<div class="sidebar">
<TMPL_IF HAVE_ACTIONS>
@@ -100,7 +100,7 @@
</div>
</TMPL_IF>
</div>
- <div class="body">
+ <div class="body" id="body">
<header class="title">
<TMPL_UNLESS TITLE_OVERRIDDEN>
<span class="parentlinks">