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:
Bjørn Erik Pedersen
2022-01-04 13:07:10 +01:00
parent 56ab83a597
commit 2b6063c3e3
19 changed files with 52 additions and 58 deletions

View File

@@ -338,6 +338,10 @@ func (p *nopPage) Path() string {
return ""
}
func (p *nopPage) Pathc() string {
return ""
}
func (p *nopPage) Permalink() string {
return ""
}