summaryrefslogtreecommitdiffstats
path: root/hugolib/site_new.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/site_new.go')
-rw-r--r--hugolib/site_new.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/site_new.go b/hugolib/site_new.go
index 2b959a8da..b0b34e457 100644
--- a/hugolib/site_new.go
+++ b/hugolib/site_new.go
@@ -431,7 +431,7 @@ func (s *Site) GoogleAnalytics() string {
return s.Config().Services.GoogleAnalytics.ID
}
-func (s *Site) Param(key string) (any, error) {
+func (s *Site) Param(key any) (any, error) {
return resource.Param(s, nil, key)
}