diff options
-rw-r--r-- | ikiwiki/templates/page.tmpl | 4 |
1 files changed, 3 insertions, 1 deletions
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> |