diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-01-29 15:16:08 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-01-29 15:16:08 +0100 |
commit | 4f335aa6a2ffcd663c4bdb2c139bf4e1ea5237bf (patch) | |
tree | 2a20cb81317ca50d2666684ed50b5047b568f467 /examples/categoryblog/index.html | |
parent | 8ff702589fb5a1a2e600b204970084466de58a09 (diff) | |
download | hakyll-4f335aa6a2ffcd663c4bdb2c139bf4e1ea5237bf.tar.gz |
Added categoryblog example.
Diffstat (limited to 'examples/categoryblog/index.html')
-rw-r--r-- | examples/categoryblog/index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/categoryblog/index.html b/examples/categoryblog/index.html new file mode 100644 index 0000000..4d5ca8a --- /dev/null +++ b/examples/categoryblog/index.html @@ -0,0 +1,18 @@ +<div id="posts"> + <h1>Recent posts</h1> + <ul> + $body + </ul> + <a href="$root/posts.html">All posts...</a> + <h1>Categories</h1> + <ul> + $categories + </ul> +</div> + +<div class="about"> + <h1>About</h1> + <p> + This is a sample blog for educational purposes. + </p> +</div> |