parent
b2a8ab327f
commit
1566959ee8
2
LICENSE
2
LICENSE
|
@ -1,7 +1,7 @@
|
||||||
ANARCHIST LICENSE
|
ANARCHIST LICENSE
|
||||||
Version 1.0, 1 May, 2021
|
Version 1.0, 1 May, 2021
|
||||||
|
|
||||||
Copyright © 2021 Voices of Capricornia
|
Copyright © 2024 Voices of Capricornia
|
||||||
|
|
||||||
This is Anarchist software, released for free use by individuals and
|
This is Anarchist software, released for free use by individuals and
|
||||||
organizations that do not operate by capitalist principles.
|
organizations that do not operate by capitalist principles.
|
||||||
|
|
2
site.hs
2
site.hs
|
@ -134,7 +134,7 @@ siteCtx =
|
||||||
constField "site-url" "https://voicesofcapricornia.org" `mappend`
|
constField "site-url" "https://voicesofcapricornia.org" `mappend`
|
||||||
constField "tagline" "Be Heard" `mappend`
|
constField "tagline" "Be Heard" `mappend`
|
||||||
constField "site-title" "Voices of Capricornia" `mappend`
|
constField "site-title" "Voices of Capricornia" `mappend`
|
||||||
constField "copy-year" "2021" `mappend`
|
constField "copy-year" "2024" `mappend`
|
||||||
constField "github-repo" "https://source.jfdic.org/voc/voc-web" `mappend`
|
constField "github-repo" "https://source.jfdic.org/voc/voc-web" `mappend`
|
||||||
defaultContext
|
defaultContext
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue