-
Notifications
You must be signed in to change notification settings - Fork 0
/
archives.html
64 lines (56 loc) · 2.78 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
<!DOCTYPE html>
<html lang="zh">
<head>
<meta content='這世界上沒有不寂寞的大人' property='og:title' />
<meta content='width=device-width, initial-scale=1.0, user-scalable=no' name='viewport'>
<meta content='text/html; charset=utf-8' http-equiv='content-type' />
<meta content="http://muan.co/images/og.png" property="og:image" />
<title>這世界上沒有不寂寞的大人</title>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700' rel='stylesheet' type='text/css'>
<link href='http://hondajojo.github.io/theme/images/fav.png' rel='shortcut icon'>
<link rel="stylesheet" href="http://hondajojo.github.io/theme/syntax.css" type="text/css" />
<link rel="stylesheet" href="http://hondajojo.github.io/theme/style.css" type="text/css" />
<link rel="stylesheet" href="http://hondajojo.github.io/theme/responsive.css" type="text/css" />
<link rel="stylesheet" href="http://hondajojo.github.io/theme/stuff/style.css" type="text/css" />
</head>
<body>
<div class="wrapper">
<div class="content-wrapper">
<section class="content">
<h1>Archives for 這世界上沒有不寂寞的大人</h1>
<dl>
<dt>五 06 十一月 2015</dt>
<dd><a href="http://hondajojo.github.io/expire-a-flask-session.html">flask 设置session过期时间</a></dd>
<dt>四 05 十一月 2015</dt>
<dd><a href="http://hondajojo.github.io/pelican-blog.html">Pelican</a></dd>
</dl>
</section>
</div>
<footer>
<hr />
<p class="small bold">
© maijver. All Rights Reserved.<br />
Powered by <a href="https://github.com/getpelican/pelican" target="_blank">Pelican</a>. Theme by <a href="https://github.com/lord63/pelican-scribble-hex" target="_blank">Pelican-scribble-hex</a>.
</p>
<div class="hex-shape small muted"></div>
</footer>
</div>
<script src='http://hondajojo.github.io/theme/jquery.js' type='text/javascript'></script>
<script src='http://hondajojo.github.io/theme/pd.js' type='text/javascript'></script>
<script src='http://hondajojo.github.io/theme/stuff.js' type='text/javascript'></script>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<!-- google analytics -->
<script type='text/javascript'>
//<![CDATA[
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
//]]>
</script>
</body>
</html>