diff --git a/hugolib/site.go b/hugolib/site.go index a39f48783..69e745e61 100644 --- a/hugolib/site.go +++ b/hugolib/site.go @@ -571,8 +571,8 @@ func (s *SiteInfo) AllRegularPages() page.Pages { } func (s *SiteInfo) Permalinks() map[string]string { - // Remove in 0.57 - helpers.Deprecated(".Site.Permalinks", "", false) + // Remove in 0.61 + helpers.Deprecated(".Site.Permalinks", "", true) return s.permalinks }