14 lines
271 B
HTML
14 lines
271 B
HTML
---
|
|
title: Home
|
|
---
|
|
|
|
<img src="/images/haskell-logo.png" style="float: right; margin: 10px;" />
|
|
|
|
<p>Welcome to my blog.</p>
|
|
|
|
<hr/>
|
|
|
|
<h4>Recent posts</h4>
|
|
$partial("templates/recent-posts.html")$
|
|
|
|
<p>…or you can find more in the <a href="/archive.html">archives</a>.</p> |