diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/templates/base.html b/templates/base.html index ecf2a5c..2ad4583 100644 --- a/templates/base.html +++ b/templates/base.html @@ -37,10 +37,12 @@ <body {%block bodyid%}{%endblock%}{%block bodyevents%}{%endblock%}> <header> - <hgroup> - <h1><a id="logo" href="/" title="home">Luxagraf</a></h1> - <h2><a href="/about/" title="About Luxagraf">{a travelogue}</a></h2> - </hgroup> + <a id="logo" href="/" title="home"> + <hgroup> + <h1>Luxagraf</h1> + <h2>{a travelogue}</h2> + </hgroup> + </a> <nav> <ul> <li id="stories"><a href="/writing/1/" title="An archive of writings from around the world">Writing</a>,</li> @@ -57,12 +59,7 @@ </article> {% endblock %} {% block extrabody %} {% endblock %} - - <div class="clearfix"></div> <footer> - <section id="license"> - <p>All content licensed under the Creative Commons (<a href="http://creativecommons.org/licenses/by-nc-sa/3.0/deed.en" title="read the Attribution-Noncommercial-Share Alike 3.0 deed">details</a>). <span>Built with <a href="http://geodjango.org/" title="a GeoDjango joint">GeoDjango</a> and hosted on <a href="http://www.webfaction.com/" title="webfaction">Webfaction</a>.</span></p> - </section> <nav> <ul> <li><a href="http://feeds2.feedburner.com/luxagraf/blog" title="RSS feed">RSS</a></li> @@ -71,6 +68,9 @@ <li><a href="/contact/" title="contact luxagraf">Contact</a></li> </ul> </nav> + <p id="license"> + All content licensed under the Creative Commons (<a href="http://creativecommons.org/licenses/by-nc-sa/3.0/deed.en" title="read the Attribution-Noncommercial-Share Alike 3.0 deed">details</a>). <span>Built with <a href="http://geodjango.org/" title="a GeoDjango joint">GeoDjango</a> and hosted on <a href="http://www.webfaction.com/" title="webfaction">Webfaction</a>.</span> + </p> </footer> {% block js %}{% endblock%} <script type="text/javascript"> |