summaryrefslogtreecommitdiff
path: root/data/example/index.html
blob: 950111ce0e3f375ad8ef2f10db48f4bc31298c48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
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>

<ul>
    $posts$
</ul>

<p>…or you can find more in the <a href="/archive.html">archives</a>.