-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharchives.html
87 lines (70 loc) · 2.32 KB
/
archives.html
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
<!doctype html>
<html lang="">
<head>
<meta charset="utf-8"/>
<title>Archive - A Year of Lisp</title>
<meta name="author" content="dtp">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, target-densitydpi=160dpi, initial-scale=1.0">
<link href='http://fonts.googleapis.com/css?family=Droid+Sans:700,400|Droid+Sans+Mono' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/theme/css/main.css" type="text/css" />
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script>
<link href="/" type="application/atom+xml" rel="alternate" title="A Year of Lisp ATOM Feed" />
</head>
<body>
<header class="clearfix" role="banner">
<div class="wrapper">
<h1 class="huge"><a href="">A Year of Lisp</a></h1>
</div>
</header>
<div role="main" class="content clearfix">
<div id="jquerytabs" class="wrapper main">
<ul class="tabmenu clearfix">
<li><a href="#fecha">By date</a></li>
<li><a href="#etiqueta">By topic</a></li>
</ul>
<div id="fecha">
<h2>2015</h2>
<ol class="archive">
<li class="clearfix"><a href="smoke.html"><time datetime="2015-06-24T00:00:00-05:00" pubdate>Wed 24 June 2015</time> Smoke-Test</a></li>
</ol>
</div>
<div id="etiqueta">
<h2>Tags</h2>
<ul class="tag">
</ul>
</div>
</div>
</div>
<script>
$(function() {
$("#jquerytabs").tabs();
});
</script>
<footer class="clearfix">
<div class="wrapper pages">
<ul class="nav">
<li><a href="/pages/about.html">About</a></li>
<li><a href="/archives.html">Archive</a></li>
</ul>
</div>
<div class="copy wrapper">
<ul class="social">
</ul>
<p role="contentinfo">© 2012 dtp<br>
Proudly powered by <a href="http://alexis.notmyidea.org/pelican/">Pelican</a>.</p>
</div>
</footer>
<script>
var _gaq=[['_setAccount',''],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>