hakyll/examples/simpleblog/index.html

15 lines
251 B
HTML
Raw Normal View History

2009-12-29 18:09:11 +00:00
<div id="posts">
<h1>Recent posts</h1>
<ul>
2010-01-28 14:26:20 +00:00
$body
2009-12-29 18:09:11 +00:00
</ul>
2010-01-10 20:45:36 +00:00
<a href="$root/posts.html">All posts...</a>
2009-12-29 18:09:11 +00:00
</div>
<div class="about">
<h1>About</h1>
<p>
This is a sample blog for educational purposes.
</p>
</div>