mirror of
https://github.com/writefreely/writefreely
synced 2024-11-10 11:24:13 +00:00
Link to writefreely.org in default About text
This commit is contained in:
parent
73ec3e3016
commit
0bd61da3f6
1 changed files with 2 additions and 2 deletions
4
pages.go
4
pages.go
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue