hakyll/examples/tagblog/index.html
2010-01-08 13:33:43 +01:00

17 lines
286 B
HTML

<div id="posts">
<h1>Recent posts</h1>
<ul>
$posts
</ul>
<a href="/posts.html">All posts...</a>
<div>
$tagcloud
</div>
</div>
<div class="about">
<h1>About</h1>
<p>
This is a sample blog for educational purposes.
</p>
</div>