hakyll/examples/feedblog/templates/index.html

15 lines
260 B
HTML
Raw Normal View History

2010-01-02 18:57:12 +00:00
<div id="posts">
<h1>Recent posts</h1>
<ul>
$posts$
2010-01-02 18:57:12 +00:00
</ul>
<p><a href="/posts.html">All posts&hellip;</a></p>
2010-01-02 18:57:12 +00:00
</div>
<div class="about">
<h1>About</h1>
<p>
This is a sample blog for educational purposes.
</p>
</div>