blob: 5af83ffc318297674538f64c34b23b60210675d8 (
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
|
{%load chunks%}
<!DOCTYPE html>
<html lang="en">
<head>
<title>{% block pagetitle %}Luxagraf - Topografical Writings{% endblock %}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script>
document.createElement('header');
document.createElement('nav');
document.createElement('section');
document.createElement('article');
document.createElement('aside');
document.createElement('footer');
document.createElement('time');
document.createElement('hgroup');
</script>
<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"
media="screen"
charset="utf-8">
<!--[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"
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">
<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%}
</head>
<body {%block bodyid%}{%endblock%}{%block bodyevents%}{%endblock%}>
<header>
<nav>
<ul>
<li id="stories"><a href="/writing/1/" title="An archive of previous writings from around the world">Writing</a></li>
<li id="photos" title="Photos from travels around the world"><a href="/photos/1/">Photos</a></li>
<li id="map" title="Maps and miscellanea"><a href="/map/">Maps</a></li>
</ul>
</nav>
<hgroup>
<h1><a href="/" title="home">Luxagraf</a></h1>
<h2>{a travelogue}</h2>
</hgroup>
<nav class="rt">
<ul>
<li id="projects" title="Luxagraf: Projects (coming soon)"><a href="/projects/">Projects</a></li>
<li id="contact" title="How to get in touch"><a href="/contact/">Contact</a></li>
<li id="about" title="About Luxagraf"><a href="/about/">About</a></li>
</ul>
</nav>
</header>
{% block primary %}
<article>
</article>
{% endblock %}
{% block extrabody %} {% endblock %}
<div id="clearfix"></div>
<footer>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/writing/1/">Writing</a></li>
<li><a href="/map/">Map</a></li>
<li><a href="/photos/1/">Photographs</a></li>
<li><a href="/projects/">Projects</a></li>
<li><a href="/contact/">Contact</a></li>
</ul>
</nav>
<div>
<section id="about-lux">
<h4>About</h4>
{% chunk "about_sidebar" %}
</section>
<section>
<h4>Places</h4>
{% chunk "regions_sidebar" %}
</section>
<section>
<h4>Follow</h4>
{% chunk "follow_sidebar" %}
</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>
</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>
|