mirror of
https://github.com/gohugoio/hugo.git
synced 2025-06-29 04:09:51 +00:00
Remove unnecessary type conversions
This commit is contained in:
parent
3a82ae7114
commit
70739c972e
6 changed files with 9 additions and 9 deletions
|
@ -155,7 +155,7 @@ func HandleShortcodes(stringToParse string, page *Page, t tpl.Template) (string,
|
|||
}
|
||||
}
|
||||
|
||||
return string(tmpContent), nil
|
||||
return tmpContent, nil
|
||||
}
|
||||
|
||||
var isInnerShortcodeCache = struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue