use pointer to config in builder & templates
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M internal/atom/atom.go → internal/atom/atom.go
@@ -7,7 +7,7 @@ "website/internal/config" ) -func MakeTagURI(config config.Config, specific string) string { +func MakeTagURI(config *config.Config, specific string) string { return "tag:" + config.OriginalDomain + "," + config.DomainStartDate + ":" + specific }