diff options
author | Paweł Dybiec <pawel.to.malpa@gmail.com> | 2019-12-29 00:10:26 +0100 |
---|---|---|
committer | Paweł Dybiec <pawel.to.malpa@gmail.com> | 2019-12-29 00:10:26 +0100 |
commit | 9fdd10accfc7bd7d8f7f88cfb383100ee8cb83ee (patch) | |
tree | ea06f74795b221ae8412dc47115687b200fc3904 /index.html | |
parent | Initial commit (diff) |
Template
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..6dd191d --- /dev/null +++ b/index.html @@ -0,0 +1,16 @@ +--- +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")$ + +<p>…or you can find more in the <a href="/archive.html">archives</a>.</p> |