comparison org/header.org @ 62:fb5ea1d5bbe9

fixed the author macro to work!
author Robert McIntyre <rlm@mit.edu>
date Mon, 02 Mar 2015 09:51:23 -0800
parents 3186b6b76cde
children
comparison
equal deleted inserted replaced
61:bbe8fed58d3f 62:fb5ea1d5bbe9
1 #+BEGIN_HTML 1 #+BEGIN_HTML
2 2
3 <div class="header"> 3 <div class="header">
4 <div class="float-right"> 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> 5 </div>
11 6
12 <h1>aurellem <em>&#x2609;</em></h1> 7 <h1>aurellem <em>&#x2609;</em></h1>
13 <ul class="nav"> 8 <ul class="nav">
14 <li><a href="/">read the blog &raquo;</a></li> 9 <li><a href="/">read the blog &raquo;</a></li>
15 <!-- li><a href="#">learn about us &raquo;</a></li--> 10 <!-- li><a href="#">learn about us &raquo;</a></li-->
16 </ul> 11 </ul>
17 </div> 12 </div>
18 13
19 <div class="author">Written by <author>{{{author}}}</author></div> 14 <div class="author">Written by: <author>
20 15 #+END_HTML
16 {{{author}}}
17 #+BEGIN_HTML
18 </author></div>
21 #+END_HTML 19 #+END_HTML
22 20
23
24