feat(social): supports rel-me links
This commit is contained in:
parent
cf36d7daa9
commit
d7598a843e
5 changed files with 14 additions and 12 deletions
1
main.go
1
main.go
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue