diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-05-07 21:21:25 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-05-07 21:21:25 -0300 |
commit | 6c05c9b68af685a86c749788b8877ee10cf62db3 (patch) | |
tree | 9b03e84ecf89aae46e76c75c13734a9e038c6538 /templates | |
parent | 2cd6458c66ee7b332771acbd735fe093c02abb63 (diff) | |
download | blog-6c05c9b68af685a86c749788b8877ee10cf62db3.tar.gz blog-6c05c9b68af685a86c749788b8877ee10cf62db3.tar.bz2 |
Template cleanup
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 8 |
1 files changed, 5 insertions, 3 deletions
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> |