diff 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
line wrap: on
line diff
     1.1 --- a/org/header.org	Mon Mar 02 09:45:29 2015 -0800
     1.2 +++ b/org/header.org	Mon Mar 02 09:51:23 2015 -0800
     1.3 @@ -2,11 +2,6 @@
     1.4  
     1.5  <div class="header">
     1.6    <div class="float-right">	
     1.7 -    <!-- 
     1.8 -    <form>
     1.9 -      <input type="text"/><input type="submit" value="search the blog &raquo;"/> 
    1.10 -    </form>
    1.11 -    -->
    1.12    </div>
    1.13  
    1.14    <h1>aurellem <em>&#x2609;</em></h1>
    1.15 @@ -16,9 +11,10 @@
    1.16    </ul>
    1.17  </div>
    1.18  
    1.19 -<div class="author">Written by <author>{{{author}}}</author></div>
    1.20 -
    1.21 +<div class="author">Written by: <author>
    1.22 +#+END_HTML
    1.23 +{{{author}}}
    1.24 +#+BEGIN_HTML
    1.25 +</author></div>
    1.26  #+END_HTML
    1.27  
    1.28 -
    1.29 -