diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-08-03 17:43:40 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-08-03 17:43:40 +0200 |
commit | 52b67951f1e8a7f1af9b85d4ae8e7689d194574a (patch) | |
tree | 88076113c7020e8483e5f47afa618d6449034f7e /provider/index.html | |
parent | 230688a0b842cf57b316a7ba62910ca387afbce7 (diff) | |
download | dirty-haskell.org-52b67951f1e8a7f1af9b85d4ae8e7689d194574a.tar dirty-haskell.org-52b67951f1e8a7f1af9b85d4ae8e7689d194574a.tar.gz dirty-haskell.org-52b67951f1e8a7f1af9b85d4ae8e7689d194574a.tar.bz2 dirty-haskell.org-52b67951f1e8a7f1af9b85d4ae8e7689d194574a.tar.xz dirty-haskell.org-52b67951f1e8a7f1af9b85d4ae8e7689d194574a.zip |
Working prototype in hakyll
Diffstat (limited to 'provider/index.html')
-rw-r--r-- | provider/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/provider/index.html b/provider/index.html new file mode 100644 index 0000000..8eb184f --- /dev/null +++ b/provider/index.html | |||
@@ -0,0 +1,8 @@ | |||
1 | $body$ | ||
2 | <ul> | ||
3 | $for(tags)$ | ||
4 | <li> | ||
5 | $body$ | ||
6 | </li> | ||
7 | $endfor$ | ||
8 | </ul> | ||