summaryrefslogtreecommitdiff
path: root/src/WWW/Templates.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WWW/Templates.hs')
-rw-r--r--src/WWW/Templates.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WWW/Templates.hs b/src/WWW/Templates.hs
index f73236e..883bba5 100644
--- a/src/WWW/Templates.hs
+++ b/src/WWW/Templates.hs
@@ -29,7 +29,7 @@ mathTemplate = $(embedTemplate "templates/math.html")
myContext :: Context String
myContext = fold
[ constField "personalEmail" "chris@mathematicaster.org"
- , constField "workEmail" "coc0014@auburn.edu"
+ , constField "workEmail" "cwells@haverford.edu"
, slug
, defaultContext
]