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