feat(social): supports rel-me links

This commit is contained in:
Anhgelus Morhtuuzh 2025-05-19 23:55:02 +02:00
parent cf36d7daa9
commit d7598a843e
No known key found for this signature in database
GPG key ID: CAD341EFA92DDDE5
5 changed files with 14 additions and 12 deletions

View file

@ -174,6 +174,7 @@ func generateConfigFile(isToml bool) {
},
Legal: "legal.html",
CustomPages: []string{"custom.json"},
RelMeLinks: []string{"https://foo.example.org/@bar"},
}
var b []byte
var err error