First commit - just a copy of HaskellEmbedded at this point
This commit is contained in:
16
index.html
Normal file
16
index.html
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: Home
|
||||
---
|
||||
|
||||
<h2>Welcome</h2>
|
||||
|
||||
<img src="/images/logo.svg" style="float: right; margin: 10px;" />
|
||||
|
||||
<p>Welcome to the embedded Haskell blog!</p>
|
||||
|
||||
<p>Here's a list of recent posts:</p>
|
||||
|
||||
<h2>Posts</h2>
|
||||
$partial("templates/post-list.html")$
|
||||
|
||||
<p>You may also check the <a href="/archive.html">archives</a>!</p>
|
||||
Reference in New Issue
Block a user