feat: enable linking to alternate instance via config
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M internal/server/source.go → internal/server/source.go
@@ -117,6 +117,7 @@ Assets: h.global.assets, Title: h.getTitle(doc), Description: components.MetaDescription(doc), BaseURL: h.global.cfg.Web.BaseURL, + OtherInstance: h.global.cfg.Web.OtherInstance, } baseErr = components.DetailPage(tdata, doc).Render(w) }