mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-25 22:00:58 +02:00
all: Rename Unmormalized => Unnormalized
This commit is contained in:
@@ -116,8 +116,8 @@ func createTargetPathDescriptor(p *pageState) (page.TargetPathDescriptor, error)
|
||||
pageInfoPage := p.PathInfo()
|
||||
pageInfoCurrentSection := p.CurrentSection().PathInfo()
|
||||
if p.s.Conf.DisablePathToLower() {
|
||||
pageInfoPage = pageInfoPage.Unmormalized()
|
||||
pageInfoCurrentSection = pageInfoCurrentSection.Unmormalized()
|
||||
pageInfoPage = pageInfoPage.Unnormalized()
|
||||
pageInfoCurrentSection = pageInfoCurrentSection.Unnormalized()
|
||||
}
|
||||
|
||||
desc := page.TargetPathDescriptor{
|
||||
|
Reference in New Issue
Block a user