summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/templates/base.html b/templates/base.html
index 7db9a37..3bebc9f 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -12,6 +12,7 @@
document.createElement('aside');
document.createElement('footer');
document.createElement('time');
+ document.createElement('hgroup');
</script>
@@ -22,12 +23,12 @@
<link rel="stylesheet"
- href="{{media_url}}css/base.css"
+ href="http://new.luxagraf.net/media/css/base.css"
type="text/css"
media="screen"
charset="utf-8">
-<!--[if IE 6]><link rel="stylesheet" href="http://media.luxagraf.net/new/css/ie6.css" type="text/css" media="screen, projection"><![endif]-->
+<!--[if IE 6]><link rel="stylesheet" href="http://new.luxagraf.net/media/css/ie6.css" type="text/css" media="screen, projection"><![endif]-->
<link rel="shortcut icon"
href="http://media.luxagraf.net/img/favicon.ico"
@@ -89,7 +90,7 @@
</ul>
</nav>
<div>
- <section>
+ <section id="about-lux">
<h4>About</h4>
{% chunk "about_sidebar" %}
</section>
@@ -101,7 +102,7 @@
<h4>Follow</h4>
{% chunk "follow_sidebar" %}
</section>
- <section>
+ <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>
</div>