site: updated feedDescription

This commit is contained in:
Fiscal Velvet Poet 2021-11-04 10:49:38 +10:00
parent d252cd6e63
commit 0fd22fede1
Signed by: fiscalvelvetpoet
GPG key ID: D8EBFD58B023BD47

View file

@ -119,7 +119,7 @@ postsPageId n = fromFilePath $ if (n == 1) then "index.html" else show n ++ "/in
feedConfig :: FeedConfiguration feedConfig :: FeedConfiguration
feedConfig = FeedConfiguration feedConfig = FeedConfiguration
{ feedTitle = "JFDI Collective" { feedTitle = "JFDI Collective"
, feedDescription = "Just Effing Doing It" , feedDescription = "liberation, autonomy, privacy"
, feedAuthorName = "JFDI Collective" , feedAuthorName = "JFDI Collective"
, feedAuthorEmail = "collective@jfdic.org" , feedAuthorEmail = "collective@jfdic.org"
, feedRoot = "https://jfdic.org" , feedRoot = "https://jfdic.org"
@ -132,7 +132,7 @@ siteCtx =
baseCtx `mappend` baseCtx `mappend`
constField "site_description" "JFDI Collective" `mappend` constField "site_description" "JFDI Collective" `mappend`
constField "site-url" "https://jfdic.org" `mappend` constField "site-url" "https://jfdic.org" `mappend`
constField "tagline" "Just Effing Doing It" `mappend` constField "tagline" "liberation, autonomy, privacy" `mappend`
constField "site-title" "JFDI Collective" `mappend` constField "site-title" "JFDI Collective" `mappend`
constField "copy-year" "2021" `mappend` constField "copy-year" "2021" `mappend`
constField "github-repo" "https://source.jfdic.org/jfdic/jfdic-web" `mappend` constField "github-repo" "https://source.jfdic.org/jfdic/jfdic-web" `mappend`