mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-19 21:21:39 +02:00
Remove unnecessary type conversions
This commit is contained in:
@@ -155,7 +155,7 @@ func HandleShortcodes(stringToParse string, page *Page, t tpl.Template) (string,
|
||||
}
|
||||
}
|
||||
|
||||
return string(tmpContent), nil
|
||||
return tmpContent, nil
|
||||
}
|
||||
|
||||
var isInnerShortcodeCache = struct {
|
||||
|
Reference in New Issue
Block a user