about summary refs log tree commit diff stats
path: root/internal/atom/atom.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/atom/atom.go')
-rw-r--r--internal/atom/atom.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/atom/atom.go b/internal/atom/atom.go
index a5965a4..19ad0d1 100644
--- a/internal/atom/atom.go
+++ b/internal/atom/atom.go
@@ -7,7 +7,7 @@ import (
 	"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
 }