view org/header.org @ 61:bbe8fed58d3f

fixing org stuff to work with new org-mode.
author Robert McIntyre <rlm@mit.edu>
date Mon, 02 Mar 2015 09:45:29 -0800
parents 3186b6b76cde
children fb5ea1d5bbe9
line wrap: on
line source
1 #+BEGIN_HTML
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>
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>
19 <div class="author">Written by <author>{{{author}}}</author></div>
21 #+END_HTML