mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-30 22:39:58 +02:00
Misc depreation updates
* Deprecate .Page.Path when backed by a file * site.Permalinks * --ignoreVendor (use --ignoreVendorPaths) Closes #9348 Closes #9349
This commit is contained in:
@@ -338,6 +338,10 @@ func (p *nopPage) Path() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
func (p *nopPage) Pathc() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
func (p *nopPage) Permalink() string {
|
||||
return ""
|
||||
}
|
||||
|
Reference in New Issue
Block a user