hakyll/data/example/index.html

17 lines
352 B
HTML
Raw Permalink Normal View History

2012-12-13 10:08:41 +00:00
---
title: Home
---
<h2>Welcome</h2>
<img src="/images/haskell-logo.png" style="float: right; margin: 10px;" />
<p>Welcome to my blog!</p>
<p>I've reproduced a list of recent posts here for your reading pleasure:</p>
<h2>Posts</h2>
$partial("templates/post-list.html")$
2012-12-13 10:08:41 +00:00
2014-04-25 19:36:13 +00:00
<p>…or you can find more in the <a href="/archive.html">archives</a>.</p>