<TMPL_IF HTML5><!DOCTYPE html>
-<html>
+<html lang="en">
<TMPL_ELSE><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
</TMPL_IF>
</TMPL_IF>
<TMPL_IF HTML5><meta charset="utf-8" /><TMPL_ELSE><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></TMPL_IF>
-<meta name="viewport" content="width=device-width">
-<title><TMPL_VAR TITLE></title>
+<meta name="viewport" content="width=device-width,initial-scale=1">
+<link rel="alternate" type="application/atom+xml" href="http://git.greptilian.com/?p=wiki.git;a=atom" title="wiki.greptilian.com commits"/>
+<title>
+<TMPL_LOOP NAME="PARENTLINKS">
+<TMPL_VAR NAME=PAGE> /
+</TMPL_LOOP>
+<TMPL_VAR TITLE>
+</title>
<TMPL_IF FAVICON>
<link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/x-icon" />
</TMPL_IF>
</head>
<body>
-<TMPL_IF HTML5><article class="page"><TMPL_ELSE><div class="page"></TMPL_IF>
+<TMPL_IF HTML5><div class="page"><TMPL_ELSE><div class="page"></TMPL_IF>
-<TMPL_IF HTML5><section class="pageheader"><TMPL_ELSE><div class="pageheader"></TMPL_IF>
+<TMPL_IF HTML5><div class="pageheader"><TMPL_ELSE><div class="pageheader"></TMPL_IF>
<TMPL_IF HTML5><header class="header"><TMPL_ELSE><div class="header"></TMPL_IF>
<span>
<span class="parentlinks">
<TMPL_IF HTML5></nav><TMPL_ELSE></div></TMPL_IF>
</TMPL_IF>
-<TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>
+<TMPL_IF HTML5></div><TMPL_ELSE></div></TMPL_IF>
<TMPL_IF SIDEBAR>
<TMPL_IF HTML5><aside class="sidebar"><TMPL_ELSE><div class="sidebar"></TMPL_IF>
<div id="pagebody">
-<TMPL_IF HTML5><section id="content"><TMPL_ELSE><div id="content"></TMPL_IF>
+<TMPL_IF HTML5><div id="content"><TMPL_ELSE><div id="content"></TMPL_IF>
<TMPL_VAR CONTENT>
-<TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>
+<TMPL_IF HTML5></div><TMPL_ELSE></div></TMPL_IF>
<TMPL_UNLESS DYNAMIC>
<TMPL_IF COMMENTS>
-<TMPL_IF HTML5><section id="comments"><TMPL_ELSE><div id="comments"></TMPL_IF>
+<TMPL_IF HTML5><div id="comments"><TMPL_ELSE><div id="comments"></TMPL_IF>
<TMPL_VAR COMMENTS>
<TMPL_IF ADDCOMMENTURL>
<div class="addcomment">
<TMPL_ELSE>
<div class="addcomment">Comments on this page are closed.</div>
</TMPL_IF>
-<TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>
+<TMPL_IF HTML5></div><TMPL_ELSE></div></TMPL_IF>
</TMPL_IF>
</TMPL_UNLESS>
</TMPL_IF>
<div class="pagedate">
-<a href="<TMPL_VAR HISTORYURL>">Last updated <TMPL_VAR MTIME></a>
+Last <a href="<TMPL_VAR HISTORYURL>">updated</a> <TMPL_VAR MTIME>
<!-- Created <TMPL_VAR CTIME> -->
</div>
<!-- from <TMPL_VAR WIKINAME> -->
<TMPL_IF HTML5></footer><TMPL_ELSE></div></TMPL_IF>
-<TMPL_IF HTML5></article><TMPL_ELSE></div></TMPL_IF>
+<TMPL_IF HTML5></div><TMPL_ELSE></div></TMPL_IF>
+
+<hr>
+
+<div>
+<a href="/">Home</a> | <a href="/about">About</a> | <a href="/sitemap">Sitemap</a> | <a href="http://git.greptilian.com/?p=wiki.git;a=shortlog">Recent changes</a> | © <span id="current-year"></span> <a href="http://greptilian.com">Philip Durbin</a> | <a href="http://twitter.com/philipdurbin">@philipdurbin</a> | <a href="mailto:philipdurbin@gmail.com">philipdurbin@gmail.com</a>
+</div>
+<script src="<TMPL_VAR BASEURL>main.js"></script>
</body>
</html>