diff options
author | Bjørn Erik Pedersen <[email protected]> | 2024-02-03 18:09:52 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-02-03 18:10:38 +0100 |
commit | 53f204310ec8362d7084c123e8e16f5bb73dd257 (patch) | |
tree | d227e23ec9bf0ef1107dc6528ecfd73182ae73ed /hugolib/hugo_sites.go | |
parent | 7f82461407e21ba5b80380d12906fadd12b93e2d (diff) | |
download | hugo-53f204310ec8362d7084c123e8e16f5bb73dd257.tar.gz hugo-53f204310ec8362d7084c123e8e16f5bb73dd257.zip |
all: Rename Unmormalized => Unnormalized
Diffstat (limited to 'hugolib/hugo_sites.go')
-rw-r--r-- | hugolib/hugo_sites.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/hugo_sites.go b/hugolib/hugo_sites.go index b40477c02..ef67b1059 100644 --- a/hugolib/hugo_sites.go +++ b/hugolib/hugo_sites.go @@ -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 { |