all: Rename Unmormalized => Unnormalized

This commit is contained in:
Bjørn Erik Pedersen
2024-02-03 18:09:52 +01:00
parent 7f82461407
commit 53f204310e
7 changed files with 12 additions and 12 deletions

View File

@@ -502,7 +502,7 @@ func (h *HugoSites) handleDataFile(r *source.File) error {
// Crawl in data tree to insert data
current = h.data
dataPath := r.FileInfo().Meta().PathInfo.Unmormalized().Dir()[1:]
dataPath := r.FileInfo().Meta().PathInfo.Unnormalized().Dir()[1:]
keyParts := strings.Split(dataPath, "/")
for _, key := range keyParts {