hakyll/examples/tagblog/index.html

18 lines
291 B
HTML
Raw Normal View History

<div id="posts">
<h1>Recent posts</h1>
<ul>
$posts
</ul>
2010-01-10 20:45:36 +00:00
<a href="$root/posts.html">All posts...</a>
2010-01-08 12:33:43 +00:00
<div>
$tagcloud
</div>
</div>
<div class="about">
<h1>About</h1>
<p>
This is a sample blog for educational purposes.
</p>
</div>