From 6c05c9b68af685a86c749788b8877ee10cf62db3 Mon Sep 17 00:00:00 2001
From: Silvio Rhatto <rhatto@riseup.net>
Date: Tue, 7 May 2013 21:21:25 -0300
Subject: [PATCH] Template cleanup

---
 about.mdwn          | 2 +-
 templates/page.tmpl | 8 +++++---
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/about.mdwn b/about.mdwn
index a99c4a5..5d92fbe 100644
--- a/about.mdwn
+++ b/about.mdwn
@@ -1,4 +1,4 @@
-[[!meta title="About"]]
+[[!meta title="About this site"]]
 
 Currently using [Ikiwiki](http://ikiwiki.info) with [Bootstrap](http://twitter.github.io/bootstrap/):
 
diff --git a/templates/page.tmpl b/templates/page.tmpl
index 6bbbd24..5ef74b4 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -39,7 +39,7 @@
 }
 </style>
 </head>
-<body style="padding-top: 10px; padding-bottom: 60px;">
+<body style="padding-top: 60px; padding-bottom: 60px;">
 
 <script src="<TMPL_VAR BASEURL>/js/jquery.min.js" type="text/javascript"></script>
 <script src="<TMPL_VAR BASEURL>bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
@@ -105,6 +105,7 @@
 
 <div class="container">
 
+  <!--
   <div class="row-fluid">
     <div class="navbar span12">
       <div class="navbar-inner">
@@ -117,12 +118,13 @@
         <TMPL_ELSE>
           <a class="brand" href="<TMPL_VAR BASEURL>"><TMPL_VAR TITLE></a>
         </TMPL_IF>
-        <!--<ul class="nav">
+        <ul class="nav">
           <li><a href="<TMPL_VAR BASEURL>page">Page Title</a></li>
-        </ul>-->
+        </ul>
       </div>
     </div>
   </div>
+  -->
 
   <div class="row-fluid">
     <TMPL_IF HTML5><header class="span12"><TMPL_ELSE><div class="span12"></TMPL_IF>
-- 
GitLab