From 856a68233fc5cf6de9d02195d671b8a26fa92068 Mon Sep 17 00:00:00 2001
From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Date: Tue, 2 Sep 2008 21:57:53 -0400
Subject: [PATCH] more changes to ikiwiki/templates/page.tmpl

---
 ikiwiki/templates/page.tmpl | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ikiwiki/templates/page.tmpl b/ikiwiki/templates/page.tmpl
index 554d299..556eefe 100644
--- a/ikiwiki/templates/page.tmpl
+++ b/ikiwiki/templates/page.tmpl
@@ -17,6 +17,7 @@
 </head>
 <body>
 
+<!--
 <div class="header">
 <span>
 <TMPL_LOOP NAME="PARENTLINKS">
@@ -50,9 +51,10 @@
 </ul>
 </div>
 </TMPL_IF>
+-->
 
 <div>
-Monkeys!
+Include nav here
 </div>
 
 <TMPL_IF SIDEBAR>
-- 
2.34.1