diff options
author | Jasper Van der Jeugt <m@jaspervdj.be> | 2012-12-13 11:08:41 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2012-12-13 11:08:41 +0100 |
commit | 00262e3f6dd84ac9f44d7b1f23111336ef937c5e (patch) | |
tree | 015940b1e3826e3f67d8a069dba3cc1ac72e7808 /data/example/index.html | |
parent | 251e1126c38eafca2890c3bfd268956624cf3397 (diff) | |
download | hakyll-00262e3f6dd84ac9f44d7b1f23111336ef937c5e.tar.gz |
Update example site
Diffstat (limited to 'data/example/index.html')
-rw-r--r-- | data/example/index.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/data/example/index.html b/data/example/index.html new file mode 100644 index 0000000..950111c --- /dev/null +++ b/data/example/index.html @@ -0,0 +1,19 @@ +--- +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> + +<ul> + $posts$ +</ul> + +<p>…or you can find more in the <a href="/archive.html">archives</a>. |