diff --git a/site.hs b/site.hs index 9fe7cd4..8755cd7 100644 --- a/site.hs +++ b/site.hs @@ -119,7 +119,7 @@ postsPageId n = fromFilePath $ if (n == 1) then "index.html" else show n ++ "/in feedConfig :: FeedConfiguration feedConfig = FeedConfiguration { feedTitle = "JFDI Collective" - , feedDescription = "Just Effing Doing It" + , feedDescription = "liberation, autonomy, privacy" , feedAuthorName = "JFDI Collective" , feedAuthorEmail = "collective@jfdic.org" , feedRoot = "https://jfdic.org" @@ -132,7 +132,7 @@ siteCtx = baseCtx `mappend` constField "site_description" "JFDI Collective" `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 "copy-year" "2021" `mappend` constField "github-repo" "https://source.jfdic.org/jfdic/jfdic-web" `mappend`