From d7598a843eeea9b4d3d2838cd438f46f454101e7 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Mon, 19 May 2025 23:55:02 +0200 Subject: feat(social): supports rel-me links --- main.go | 1 + 1 file changed, 1 insertion(+) (limited to 'main.go') 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 -- cgit v1.2.3