diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Lib.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 " · "))) |