summaryrefslogtreecommitdiffstats
path: root/helpers/content.go
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/content.go')
-rw-r--r--helpers/content.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/helpers/content.go b/helpers/content.go
index 1c0a7b7e9..55d8ce202 100644
--- a/helpers/content.go
+++ b/helpers/content.go
@@ -25,6 +25,8 @@ import (
"unicode"
"unicode/utf8"
+ "github.com/gohugoio/hugo/common/maps"
+
"github.com/chaseadamsio/goorgeous"
bp "github.com/gohugoio/hugo/bufferpool"
"github.com/gohugoio/hugo/config"
@@ -134,7 +136,7 @@ func newBlackfriday(config map[string]interface{}) *BlackFriday {
"taskLists": true,
}
- ToLowerMap(defaultParam)
+ maps.ToLower(defaultParam)
siteConfig := make(map[string]interface{})