comparison org/header.org @ 60:3186b6b76cde

deal with some cruft.
author Robert McIntyre <rlm@mit.edu>
date Mon, 02 Mar 2015 09:38:56 -0800
parents org/level-0.org@055c399c7bab
children fb5ea1d5bbe9
comparison
equal deleted inserted replaced
59:053bce43913c 60:3186b6b76cde
1 #+BEGIN_HTML
2
3 <div class="header">
4 <div class="float-right">
5 <!--
6 <form>
7 <input type="text"/><input type="submit" value="search the blog &raquo;"/>
8 </form>
9 -->
10 </div>
11
12 <h1>aurellem <em>&#x2609;</em></h1>
13 <ul class="nav">
14 <li><a href="/">read the blog &raquo;</a></li>
15 <!-- li><a href="#">learn about us &raquo;</a></li-->
16 </ul>
17 </div>
18
19 <div class="author">Written by <author>{{{author}}}</author></div>
20
21 #+END_HTML
22
23
24