hakyll/examples/tagblog/index.html
2010-01-10 21:45:36 +01:00

17 lines
291 B
HTML

<div id="posts">
<h1>Recent posts</h1>
<ul>
$posts
</ul>
<a href="$root/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>