aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-05-19 23:55:02 +0200
committerAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-05-19 23:55:02 +0200
commitd7598a843eeea9b4d3d2838cd438f46f454101e7 (patch)
tree4cd2ce7014697ee0ce47d940b197081c7872bcb0 /main.go
parentcf36d7daa9d7a0b4793eb31c1dee07e48756180b (diff)
feat(social): supports rel-me links
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index bf5905e..14432a1 100644
--- a/main.go
+++ b/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