summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html51
1 files changed, 13 insertions, 38 deletions
diff --git a/templates/base.html b/templates/base.html
index 95fd6e9..4220a59 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -1,12 +1,11 @@
<!DOCTYPE html>
-<!--[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]-->
+<html {%block htmlclass%}{%endblock%} dir="ltr" lang="en-US">
<head>
+ <meta charset="utf-8" />
<title>{% block pagetitle %}Luxagraf - Topografical Writings{% endblock %}</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <meta name="description"
+ content="{% block metadescription %}Luxagraf: recording journeys around the world and just next door.{% endblock %}">
+ <meta name="author" content="Scott Gilbertson">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!--[if IE]>
<script src="{{MEDIA_URL}}js/html5css3ie.min.js"></script>
@@ -14,30 +13,16 @@
<![endif]-->
<link rel="alternate"
type="application/rss+xml"
- title="RSS 2.0"
+ title="Luxagraf RSS feed"
href="http://feeds2.feedburner.com/luxagraf/blog">
{%block stylesheet%}<link rel="stylesheet"
- href="{{MEDIA_URL}}css/base.css"
- media="screen">{%endblock%}{%comment%}
- <link rel="stylesheet"
- href="{{MEDIA_URL}}css/print.css"
- media="print">{%endcomment%}
+ href="{{MEDIA_URL}}css/stylesv6.css"
+ media="screen">{%endblock%}
<!--[if IE]>
<link rel="stylesheet"
href="{{MEDIA_URL}}css/ie.css"
media="screen">
<![endif]-->
- <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 %}">
- <meta name="keywords"
- content="luxagraf writing travel authors philosophy ramblings">
-
<script>var _gaq=[['_setAccount','UA-1186171-1'],['_trackPageview']];(function(d,t){ var g=d.createElement(t),s=d.getElementsByTagName(t)[0]; g.async=1;g.src='//www.google-analytics.com/ga.js';s.parentNode.insertBefore(g,s)}(document,'script'))</script>
{%block extrahead%}{%endblock%}
</head>
@@ -47,12 +32,12 @@
<h1>Luxagraf</h1>
<h2>{Walk Slowly}</h2>
</a>
- <nav role="navigation">
+ <nav role="navigation" class="bl">
<ul>
<li id="stories"><a href="/writing/1/" title="An archive of writings from around the world">Writing</a>,</li>
<li id="photos"><a href="/photos/1/" title="Photos from travels around the world">Photos</a>,</li>
<li id="maps"><a href="/map/" title="Maps and miscellanea">Map</a>,</li>
- <li id="projects" ><a href="/projects/" title="Luxagraf: Projects (coming soon)">Projects</a>,</li>
+ <li id="projects" ><a href="/projects/" title="Luxagraf: Projects">Projects</a>,</li>
<li id="etc"><a href="/about/" title="About Luxagraf">Etc</a></li>
</ul>
</nav>
@@ -60,7 +45,7 @@
{% block primary %}{% endblock %}
{% block extrabody %}{% endblock %}
<footer role="contentinfo">
- <nav>
+ <nav class="bl">
<ul>
<li><a href="http://feeds2.feedburner.com/luxagraf/blog" title="RSS feed">Subscribe</a></li>
<li><a href="http://twitter.com/luxagraf" rel="me" title="follow luxagraf on Twitter">@luxagraf</a></li>
@@ -69,20 +54,10 @@
</ul>
</nav>
<p id="license">
- &copy; 2003-{% now "Y" %} Scott Gilbertson, except photos, which are 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>).
+ &copy; 2003-{% now "Y" %} Scott Gilbertson, except photos, which are licensed under the Creative Commons (<a href="http://creativecommons.org/licenses/by-sa/3.0/" title="read the Attribution-Share Alike 3.0 deed">details</a>).
</p>
</footer>
{% block js %}{% endblock%}
- {%comment%}
- <script type="text/javascript">
- var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
- document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
- </script>
- <script type="text/javascript">
- try {
- var pageTracker = _gat._getTracker("UA-1186171-1");
- pageTracker._trackPageview();
- } catch(err) {}</script>
- {%endcomment%}
+ <script src="{{MEDIA_URL}}js/ios-viewport-scaling-bug-fix.js"></script>
</body>
</html>