mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-01 22:42:45 +02:00
Remove and update deprecation status
This commit is contained in:
@@ -371,11 +371,6 @@ type SiteInfo struct {
|
||||
sectionPagesMenu string
|
||||
}
|
||||
|
||||
func (s *SiteInfo) Files() []source.File {
|
||||
helpers.Deprecated(".Site", "Files", "", true)
|
||||
return nil
|
||||
}
|
||||
|
||||
func (s *SiteInfo) String() string {
|
||||
return fmt.Sprintf("Site(%q)", s.Title)
|
||||
}
|
||||
|
Reference in New Issue
Block a user