diff --git a/giteapages.go b/giteapages.go index 02c1bcb..77491f9 100644 --- a/giteapages.go +++ b/giteapages.go @@ -154,7 +154,8 @@ func (module GiteaPagesModule) ServeHTTP(writer http.ResponseWriter, request *ht } else { // (Try to) Use of the pages repository in the specified organization // We use github.com conventions: .github.io - repository = organization + "." + module.PostfixPagesRepository + // repository = organization + "." + module.PostfixPagesRepository + repository = module.PostfixPagesRepository path = strings.Join(parts[0:], "/") } }