Ver a proveniência

Link to writefreely.org in default About text

pull/149/head
Matt Baer há 4 anos
ascendente
cometimento
0bd61da3f6
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      pages.go

+ 2
- 2
pages.go Ver ficheiro

@@ -65,9 +65,9 @@ func defaultPrivacyTitle() sql.NullString {

func defaultAboutPage(cfg *config.Config) string {
if cfg.App.Federation {
return `_` + cfg.App.SiteName + `_ is an interconnected place for you to write and publish, powered by WriteFreely and ActivityPub.`
return `_` + cfg.App.SiteName + `_ is an interconnected place for you to write and publish, powered by [WriteFreely](https://writefreely.org) and ActivityPub.`
}
return `_` + cfg.App.SiteName + `_ is a place for you to write and publish, powered by WriteFreely.`
return `_` + cfg.App.SiteName + `_ is a place for you to write and publish, powered by [WriteFreely](https://writefreely.org).`
}

func defaultPrivacyPolicy(cfg *config.Config) string {


Carregando…
Cancelar
Guardar