annotate org/index.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
rev   line source
rlm@1 1 #+title: Our Blog Entries
rlm@1 2 #+STYLE: <link rel="stylesheet" type="text/css" href="./aurellem/src/css/aurellem.css" />
rlm@1 3 #+INCLUDE: ../templates/level-0.org
rlm@1 4
rlm@1 5 #+begin_HTML
rlm@1 6 <!--
rlm@1 7 This area is replaced with the appropiate list of posts when the blog
rlm@1 8 is published.
rlm@1 9 -->
rlm@1 10 <div id="posts">
rlm@1 11 <ul class="post_list">
rlm@1 12 <li>
rlm@1 13 POST
rlm@1 14 </li>
rlm@1 15 </ul>
rlm@1 16 </div>
rlm@1 17 <!--
rlm@1 18 No other areas of this page are replaced.
rlm@1 19 -->
rlm@1 20 #+end_HTML
rlm@1 21
rlm@1 22