diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 27 |
1 files changed, 17 insertions, 10 deletions
diff --git a/templates/base.html b/templates/base.html index d41180c..3bff0fc 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,20 +1,30 @@ + <!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"> -<head> +<!--> <![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]--> - - <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://feeds2.feedburner.com/luxagraf/blog"> - - <link rel="stylesheet" href="{{MEDIA_URL}}css/base.css" type="text/css" @@ -25,8 +35,6 @@ media="print"> {%block stylesheet%}{%endblock%} - <!--[if IE]><link rel="stylesheet" href="{{MEDIA_URL}}css/ie.css" type="text/css" media="screen, projection"><![endif]--> - <!--[if lte IE 6]><link rel="stylesheet" href="{{MEDIA_URL}}css/ie6.css" type="text/css" media="screen, projection"><![endif]--> <link rel="shortcut icon" href="http://media.luxagraf.net/img/favicon.ico" @@ -57,8 +65,7 @@ <body {%block bodyid%}{%endblock%}{%block bodyevents%}{%endblock%}> <header> <hgroup> - - <h1><a href="/" title="home">Luxagraf</a></h1> + <h1><a id="logo" href="/" title="home">Luxagraf</a></h1> <h2><a href="/about/" title="About Luxagraf">{a travelogue}</a></h2> </hgroup> <nav> @@ -104,4 +111,4 @@ pageTracker._trackPageview(); } catch(err) {}</script> </body> -</html>
\ No newline at end of file +</html> |