diff options
author | cyfraeviolae <cyfraeviolae> | 2021-01-01 01:52:20 -0500 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2021-01-01 01:52:20 -0500 |
commit | 03db8207a463c713d968345fca48de1846d2d528 (patch) | |
tree | b06e5e170f005d590e7af696506a428c0414f658 /src | |
parent | b1eec95b6d578b890b5a957b6e61378d5eedab14 (diff) |
nonbreaking
Diffstat (limited to 'src')
-rw-r--r-- | src/Lib.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -306,7 +306,7 @@ gameCrumbs _ labels periods level = [ instance ToHtml HomeView where toHtml (HomeView (Manifest mediums)) = pageTemplate - [a_ [href_ "https://git.cyfraeviolae.org/antiquitysort"] "source code"] + [a_ [href_ "https://git.cyfraeviolae.org/antiquitysort", class_ "nonbreaking"] "source code"] homeBody where homeBody = div_ [class_ "narrow"] $ do |