diff options
author | Paweł Dybiec <pawel.to.malpa@gmail.com> | 2019-12-31 01:33:27 +0100 |
---|---|---|
committer | Paweł Dybiec <pawel.to.malpa@gmail.com> | 2019-12-31 01:33:27 +0100 |
commit | caef9bd707ea2f69275c70a1f187962196a76c5d (patch) | |
tree | 2e81a333f7dc477939c9e8b6d3f9bc6a0dc5ca2d /index.html | |
parent | Ignore hakyll directories (diff) |
My css + removed some template stuff
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -1,16 +1,10 @@ --- title: Home --- +<article> <h2>Welcome</h2> -<img src="/images/haskell-logo.png" style="float: right; margin: 10px;" /> +<p>Welcome to my website!</p> -<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> +</article> |