index.html 352 B

12345678910111213141516
  1. ---
  2. title: Home
  3. ---
  4. <h2>Welcome</h2>
  5. <img src="/images/haskell-logo.png" style="float: right; margin: 10px;" />
  6. <p>Welcome to my blog!</p>
  7. <p>I've reproduced a list of recent posts here for your reading pleasure:</p>
  8. <h2>Posts</h2>
  9. $partial("templates/post-list.html")$
  10. <p>…or you can find more in the <a href="/archive.html">archives</a>.</p>