mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
@@ -137,8 +137,9 @@ func ToLowerMap(m map[string]interface{}) {
|
|||||||
lKey := strings.ToLower(k)
|
lKey := strings.ToLower(k)
|
||||||
if k != lKey {
|
if k != lKey {
|
||||||
delete(m, k)
|
delete(m, k)
|
||||||
|
m[lKey] = v
|
||||||
}
|
}
|
||||||
m[lKey] = v
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user