diff options
| author | Carlos Sosa <gnusosa@gnusosa.net> | 2018-08-28 00:22:45 -0700 |
|---|---|---|
| committer | Carlos Sosa <gnusosa@gnusosa.net> | 2018-08-28 00:22:45 -0700 |
| commit | e48a9d406fbd5489dc25bcdd92b1df2b0c862105 (patch) | |
| tree | ac11a023e3e1f0c03514bf6d918de4270036f504 /index.html | |
Initial commit
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..c5d4d4b --- /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="/log">archives</a>.</p> |
