diff options
Diffstat (limited to 'bootlex/templates/base.html')
-rw-r--r-- | bootlex/templates/base.html | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/bootlex/templates/base.html b/bootlex/templates/base.html index bbb8797..711bda6 100644 --- a/bootlex/templates/base.html +++ b/bootlex/templates/base.html @@ -14,13 +14,6 @@ </head> <body> - <div class="navbar"> - <div class="navbar-inner"> - <div class="container"> - <h1><a class="brand" href="{{ SITEURL }}">{{ SITENAME }}</a></h1> - </div> - </div> - </div> <div class="container"> <div class="row"> <div class="span8"> @@ -69,7 +62,7 @@ <div class="row"> <div class="span12"> <div id="about"> - <p>Proudly powered by <a href="http://twitter.github.com/bootstrap/">bootstrap</a>, <a href="http://docs.notmyidea.org/alexis/pelican/">pelican</a>, <a href="http://python.org">python</a> and <a href="http://www.julo.ch/pages/about">Alex</a>!</p> + <p>Proudly powered by <a href="http://twitter.github.com/bootstrap/">bootstrap</a>, <a href="http://docs.notmyidea.org/alexis/pelican/">pelican</a>, <a href="http://python.org">python</a> and <a href="http://www.julo.ch/about/">Alex</a>!</p> </div><!-- /#about --> </div><!-- /#contentinfo --> </div> |