diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/org/index.org	Mon Oct 17 22:21:38 2011 -0700
     1.3 @@ -0,0 +1,22 @@
     1.4 +#+title: Our Blog Entries
     1.5 +#+STYLE: <link rel="stylesheet" type="text/css" href="./aurellem/src/css/aurellem.css" />
     1.6 +#+INCLUDE: ../templates/level-0.org
     1.7 +
     1.8 +#+begin_HTML
     1.9 +<!--
    1.10 +   This area is replaced with the appropiate list of posts when the blog
    1.11 +   is published.
    1.12 +-->
    1.13 +<div id="posts">
    1.14 +  <ul class="post_list">
    1.15 +    <li>
    1.16 +      POST
    1.17 +    </li>
    1.18 +  </ul>
    1.19 +</div>
    1.20 +<!--
    1.21 +   No other areas of this page are replaced.
    1.22 +-->
    1.23 +#+end_HTML
    1.24 +
    1.25 +