diff options
-rwxr-xr-x | dist/antiquitysort-exe | bin | 22624312 -> 22384040 bytes | |||
-rw-r--r-- | src/Lib.hs | 7 | ||||
-rw-r--r-- | static/manifest.toml | 8 |
3 files changed, 7 insertions, 8 deletions
diff --git a/dist/antiquitysort-exe b/dist/antiquitysort-exe Binary files differindex 6ca9fe4..6ca8bac 100755 --- a/dist/antiquitysort-exe +++ b/dist/antiquitysort-exe @@ -516,14 +516,13 @@ pageTemplate crumbs body = doctypehtml_ $ do div_ [class_ "home"] $ do a_ [href_ homeURI, class_ "home-title"] (strong_ "Antiquitysort") span_ " at " - a_ [href_ "/"] "cyfraeviolae.org" + a_ [class_ "site", href_ "/"] "cyfraeviolae.org" + a_ [class_ "source", href_ "/git/spectralrenga"] "[src]" div_ [class_ "crumbs"] $ sequence_ $ L.intersperse (span_ [class_ "sep"] (toHtmlRaw (T.pack " · "))) - (srcCrumb : crumbs) + crumbs body - where - srcCrumb = a_ [href_ "/git/antiquitysort"] "source code" tshow :: Show a => a -> T.Text tshow = T.pack . show diff --git a/static/manifest.toml b/static/manifest.toml index f167310..0ac3c75 100644 --- a/static/manifest.toml +++ b/static/manifest.toml @@ -676,11 +676,11 @@ byline = "CC BY-SA 3.0 Mr. Tickle" [[mediums]] tag = "LyricPoetry" label = "Lyric poetry" -description = "Sylvan historian, who canst thus express?" +description = "The birds in vain their amorous descant join." disabled = true [[mediums]] -tag = "FolkMusic" -label = "Folk music" -description = "Aaaah! Je ris…" +tag = "LandscapePainting" +label = "Landscape painting" +description = "Though the west lake swells with water as spring arrives, the emerald bamboo outdoors blocks the sight of boats." disabled = true |