From 52b67951f1e8a7f1af9b85d4ae8e7689d194574a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 3 Aug 2015 17:43:40 +0200 Subject: Working prototype in hakyll --- provider/templates/default.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 provider/templates/default.html (limited to 'provider/templates/default.html') diff --git a/provider/templates/default.html b/provider/templates/default.html new file mode 100644 index 0000000..14497b2 --- /dev/null +++ b/provider/templates/default.html @@ -0,0 +1,22 @@ + + + + + + + $if(title)$$title$$endif$ + + + + + +$if(title)$ +
+

dirty-haskell.org: $title$

+
+$endif$ +$body$ + + -- cgit v1.2.3