From ae8d4882b47e444b4b6e24ab8ee2e3ff182269e4 Mon Sep 17 00:00:00 2001
From: Simon Michael 
Date: Sat, 9 Mar 2013 21:13:21 +0000
Subject: [PATCH] site: update to hakyll 4
---
 site/css/style.css          |   4 +-
 site/site.hamlet            |  40 -----------
 site/site.hs                | 139 ++++++++----------------------------
 site/templates/default.html |  47 ++++++++++++
 4 files changed, 79 insertions(+), 151 deletions(-)
 delete mode 100644 site/site.hamlet
 create mode 100644 site/templates/default.html
diff --git a/site/css/style.css b/site/css/style.css
index e8ac7fab1..51c8a1d39 100644
--- a/site/css/style.css
+++ b/site/css/style.css
@@ -149,7 +149,7 @@ img {
     border: 10px solid #F8F8F8; /* Soft grey border */
 }
 
-#TOC {
+#toc {
     float:right;
     font-size:small;
     margin:2em 0 1em 1em;
@@ -157,7 +157,7 @@ img {
     background-color:#f0f0f0;
 }
 
-#TOC ul {
+#toc ul {
     list-style-type: none;
     padding:0 1em 0 1em;
 }
diff --git a/site/site.hamlet b/site/site.hamlet
deleted file mode 100644
index 837319f49..000000000
--- a/site/site.hamlet
+++ /dev/null
@@ -1,40 +0,0 @@
-!!!
-
-  
#{title}
-  
-  
-  
-  
+        
+    
+    
+        
+             
+        
+        
+        $body$
+        
+
+        
+        
+    
+