-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.mt
80 lines (79 loc) · 2.76 KB
/
default.mt
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>$title$</title>
<meta charset="utf-8">
<meta name="author" content="$author$">
<meta name="generator" content="Awesome custom software by Alex">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!--[if IE 6]>
<style type="text/css">
/* Give everything a hasLayout in Internet Explorer 6 */
* { overflow: hidden; position: relative; }
</style>
<![endif]-->
<link href="/layout.css" rel="stylesheet" title="Alex's default" type="text/css">
<link href="/navigation-list.css" rel="stylesheet" title="Alex's default" type="text/css">
<link href="/appearance.css" rel="stylesheet" title="Alex's default" type="text/css">
</head>
<body><div id="body-inner">
<div id="top-navigation"><div class="contrasting-background">
<nav>
<p style="display: none;">The following list has navigation links:</p>
<ul class="horizontal-navigation">
<li><a href="/index.html">Home</a></li>
<li><a href="/hobbies.html">Hobbies</a></li>
<li><a href="/cool_software.html">Cool Software List</a><ul>
<li><a href="/vim_tips.html">Vim tips</a></li>
</ul></li>
<li><a href="/about_me.html">About</a></li>
<!--
<li><a href="asdf">one</a><ul>
<li><a href="asdf">two</a></li>
<li><a href="asdf">two</a><ul>
<li><a href="asdf">three1</a></li>
<li><a href="asdf">three</a><ul>
<li><a href="asdf">four</a></li>
<li><a href="asdf">four</a><ul>
<li><a href="asdf">five</a></li>
<li><a href="asdf">five</a></li>
<li><a href="asdf">five</a></li>
</ul></li>
<li><a href="asdf">four</a></li>
</ul></li>
<li><a href="asdf">three2</a></li>
</ul></li>
<li><a href="asdf">two</a></li>
</ul></li>
-->
</ul>
</nav>
<span></span>
</div></div>
<div id="page-middle">
<div id="top-header">
<header><h1>$title$</h1></header>
</div>
<!--[if IE 6]>
<div class="panel padded userwarning" id="ie6-warning"><div>
<p>According to your User Agent string you using Internet Explorer 6.</p>
<p>You should <a href="http://getfirefox.com">upgrade your browser</a>.</p>
</div></div>
<![endif]-->
<div class="panel padded" id="content"><div>
<article>
$body$
</article>
</div></div>
<div id="page-footer-background"></div>
</div>
<div id="page-footer"><div class="contrasting-background">
<footer>
<p><small>Website content and design by <a
href="/about_me.html">me</a>! Special thanks to <a
href="http://jaspervdj.be/hakyll/">Hakyll</a> and <a
href="http://johnmacfarlane.net/pandoc/">Pandoc</a>.</small></p>
</footer>
</div></div>
</div></body>
</html>