mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-28 22:19:59 +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:
@@ -414,6 +414,10 @@ func (p *testPage) Path() string {
|
||||
return p.path
|
||||
}
|
||||
|
||||
func (p *testPage) Pathc() string {
|
||||
return p.path
|
||||
}
|
||||
|
||||
func (p *testPage) Permalink() string {
|
||||
panic("not implemented")
|
||||
}
|
||||
|
Reference in New Issue
Block a user