Mercurial > aurellem
comparison org/level-0.org @ 1:12573db75437
added cute error page by dylan. Going to fix index page
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Mon, 17 Oct 2011 22:21:38 -0700 |
parents | |
children | 6ab1effc3a88 |
comparison
equal
deleted
inserted
replaced
0:c1a872bbc9f9 | 1:12573db75437 |
---|---|
1 #+BEGIN_HTML | |
2 <div class="header"> | |
3 <div class="float-right"> | |
4 <!-- | |
5 <form> | |
6 <input type="text"/><input type="submit" value="search the blog »"/> | |
7 </form> | |
8 --> | |
9 </div> | |
10 | |
11 <h1>aurellem <em>☉</em></h1> | |
12 <ul class="nav"> | |
13 <li><a href="/">read the blog »</a></li> | |
14 <!-- li><a href="#">learn about us »</a></li--> | |
15 </ul> | |
16 </div> | |
17 | |
18 <h1 class="title">{{{title}}}</h1> | |
19 <div class="author">Written by <author>{{{author}}}</author></div> | |
20 | |
21 #+END_HTML | |
22 | |
23 | |
24 |