Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib')
-rw-r--r--hugolib/site.go4
1 files changed, 2 insertions, 2 deletions
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
}