site: updated feedDescription
This commit is contained in:
parent
d252cd6e63
commit
0fd22fede1
4
site.hs
4
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`
|
||||
|
|
Loading…
Reference in a new issue