blob: 5fe7a1064e9cb2c0673e72ddc8b59b2ed6515511 (
plain) (
blame)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>{{ page.title }}</title>
<meta name="author" content="Franck Cuny" />
<link href="/index.atom" rel="alternate" title="I'm a lumberjaph" type="application/atom+xml" />
<!--Homepage CSS-->
<link rel="stylesheet" href="/static/css/screen.css" media="screen, projection" />
<link href="/favicon.ico" rel="shortcut icon" />
<link rel="openid2.provider" href="http://www.google.com/accounts/o8/ud?source=profiles" />
<link rel="openid2.local_id" href="http://www.google.com/profiles/franck.cuny" />
{% include analytics.html %}
<link rel="me" href="http://twitter.com/franckcuny">
<link rel="me" href="http://github.com/franckcuny">
<link rel="me" href="http://www.linkedin.com/in/franckcuny">
</head>
<body>
<div id="site">
<div id="header">
<h1>
<a href="/">I'm a lumberjaph and I'm OK.</a>
<span id="navigation">
<a href="/about/">About</a>
<a href="/archives.html">Archive</a>
</span>
</h1>
</div>
{{ content }}
<footer>
<div id="footer">
© 2008-2012
<a href="/about/">Franck Cuny</a>
</footer>
</div>
</body>
</html>
|