aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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