summaryrefslogtreecommitdiff
path: root/src/Lib.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Lib.hs')
-rw-r--r--src/Lib.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Lib.hs b/src/Lib.hs
index 064b88b..17acd41 100644
--- a/src/Lib.hs
+++ b/src/Lib.hs
@@ -517,7 +517,7 @@ pageTemplate crumbs body = doctypehtml_ $ do
a_ [href_ homeURI, class_ "home-title"] (strong_ "Antiquitysort")
span_ " at "
a_ [class_ "site", href_ "/"] "cyfraeviolae.org"
- a_ [class_ "source", href_ "/git/spectralrenga"] "[src]"
+ a_ [class_ "source", href_ "/git/antiquitysort"] "[src]"
div_ [class_ "crumbs"] $ sequence_ $
L.intersperse
(span_ [class_ "sep"] (toHtmlRaw (T.pack " · ")))