diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-03-15 19:07:53 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-03-15 19:07:53 +0100 |
commit | e358894df10ce2106acf3df560ce94ac03e03e5f (patch) | |
tree | 1f700d5626e8d1ed9237ae68e32063325a12364a /examples/feedblog/index.html | |
parent | 47586163d2c38aa32ef4c106ebceca9fbf67325a (diff) | |
download | hakyll-e358894df10ce2106acf3df560ce94ac03e03e5f.tar.gz |
Migrated rssblog example to feedblog.
Diffstat (limited to 'examples/feedblog/index.html')
-rw-r--r-- | examples/feedblog/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/feedblog/index.html b/examples/feedblog/index.html new file mode 100644 index 0000000..88cc0a2 --- /dev/null +++ b/examples/feedblog/index.html @@ -0,0 +1,14 @@ +<div id="posts"> + <h1>Recent posts</h1> + <ul> + $body + </ul> + <a href="$root/posts.html">All posts...</a> +</div> + +<div class="about"> + <h1>About</h1> + <p> + This is a sample blog for educational purposes. + </p> +</div> |