diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-01-08 12:41:58 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-01-08 12:41:58 +0100 |
commit | 699bd0011e9771cd5c03c65aec0ec79656c475a1 (patch) | |
tree | 8b2840edb78336d0de293744bc79bb96a14be29b /examples/tagblog/index.html | |
parent | b403d35b087683a7a38e57b943c63449613b3115 (diff) | |
download | hakyll-699bd0011e9771cd5c03c65aec0ec79656c475a1.tar.gz |
Added tagblog example (tutorial coming up).
Diffstat (limited to 'examples/tagblog/index.html')
-rw-r--r-- | examples/tagblog/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/tagblog/index.html b/examples/tagblog/index.html new file mode 100644 index 0000000..e628bd6 --- /dev/null +++ b/examples/tagblog/index.html @@ -0,0 +1,14 @@ +<div id="posts"> + <h1>Recent posts</h1> + <ul> + $posts + </ul> + <a href="/posts.html">All posts...</a> +</div> + +<div class="about"> + <h1>About</h1> + <p> + This is a sample blog for educational purposes. + </p> +</div> |