summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorluxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f>2010-09-20 15:33:37 +0000
committerluxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f>2010-09-20 15:33:37 +0000
commitbb81806bb58326f0dadfddc38705f0760c7c8d8f (patch)
tree177bef5ce2ffec926ff3067bd959b10db77261c7 /templates/base.html
parentad23af9549c4bc23ab345966d977e1f5d69ac03d (diff)
improved html structure and tweaked stylesheet accordingly
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html44
1 files changed, 8 insertions, 36 deletions
diff --git a/templates/base.html b/templates/base.html
index 3bff0fc..ecf2a5c 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -1,23 +1,12 @@
-
<!DOCTYPE html>
-<!--[if gte IE 6]>
- <![if IE 6]>
- <html lang="en" class="ie ie6">
- <![endif]>
- <![if IE 7]>
- <html lang="en" class="ie ie7">
- <![endif]>
- <![if gt IE 7]>
- <html lang="en" class="ie ie8">
- <![endif]>
-<![endif]-->
-<!--[if !IE]> <-->
-<html lang="en">
-<!--> <![endif]-->
- <head>
+<!--[if lt IE 7 ]> <html lang="en" class="ie ie6"> <![endif]-->
+<!--[if IE 7 ]> <html lang="en" class="ie ie7"> <![endif]-->
+<!--[if IE 8 ]> <html lang="en" class="ie ie8"> <![endif]-->
+<!--[if IE 9 ]> <html lang="en" class="ie9"> <![endif]-->
+<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en"> <!--<![endif]-->
+<head>
<title>{% block pagetitle %}Luxagraf - Topografical Writings{% endblock %}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-
<!--[if IE]>
<script src="{{MEDIA_URL}}js/html5.js"></script>
<![endif]-->
@@ -27,22 +16,15 @@
href="http://feeds2.feedburner.com/luxagraf/blog">
<link rel="stylesheet"
href="{{MEDIA_URL}}css/base.css"
- type="text/css"
media="screen">
<link rel="stylesheet"
href="{{MEDIA_URL}}css/print.css"
- type="text/css"
- media="print">
- {%block stylesheet%}{%endblock%}
-
-
+ media="print">{%block stylesheet%}{%endblock%}
<link rel="shortcut icon"
href="http://media.luxagraf.net/img/favicon.ico"
type="image/vnd.microsoft.icon">
-
<link rel="apple-touch-icon"
href="http://media.luxagraf.net/img/luxagrafiphoneicon.png">
-
<meta name="author" content="luxagraf">
<meta name="description"
content="{% block metadescription %}Luxagraf: a travelogue of sorts, Recording journeys around the world and just next door.{% endblock %}">
@@ -50,16 +32,7 @@
content="luxagraf writing travel authors philosophy ramblings">
<meta name="copyright"
content="Licensed under the Creative Commons Attribution-Noncommercial-Share Alike 3.0 License">
-
-
- <link rel="openid.server"
- href="http://www.myopenid.com/server" >
-
- <link rel="openid.delegate"
- href="http://luxagraf.myopenid.com/" >
-
-<meta name="verify-v1" content="ZCZSYGNdjeLCPx5trSQELyhY9kq9N7CznTcv5JFkpnM=">
-{%block extrahead%}{%endblock%}
+ {%block extrahead%}{%endblock%}
</head>
<body {%block bodyid%}{%endblock%}{%block bodyevents%}{%endblock%}>
@@ -78,7 +51,6 @@
</ul>
</nav>
</header>
-
{% block primary %}
<article>