blob: ecf2a5c802f4eac8254d54b9e63212c7a2f3ea40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
<!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]-->
<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"
media="screen">
<link rel="stylesheet"
href="{{MEDIA_URL}}css/print.css"
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 %}">
<meta name="keywords"
content="luxagraf writing travel authors philosophy ramblings">
<meta name="copyright"
content="Licensed under the Creative Commons Attribution-Noncommercial-Share Alike 3.0 License">
{%block extrahead%}{%endblock%}
</head>
<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>
<nav>
<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">Maps</a>,</li>
<li id="projects" ><a href="/projects/" title="Luxagraf: Projects (coming soon)">Projects</a>,</li>
<li id="etc"><a href="/about/" title="About Luxagraf">Etc</a></li>
</ul>
</nav>
</header>
{% block primary %}
<article>
</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>
<li><a href="http://twitter.com/luxagraf" rel="me" title="follow luxagraf on Twitter">Twitter</a></li>
<li><a href="http://www.flickr.com/photos/luxagraf" rel="me" title="luxagraf on Flickr">Flickr</a></li>
<li><a href="/contact/" title="contact luxagraf">Contact</a></li>
</ul>
</nav>
</footer>
{% block js %}{% endblock%}
<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>
</body>
</html>
|