mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-18 13:35:03 -04:00
Use helpers.FilePathSeparator const
This commit is contained in:
parent
61a02c4df8
commit
beaf5db3ff
@ -93,7 +93,7 @@ func NewContent(cmd *cobra.Command, args []string) {
|
||||
var kind string
|
||||
|
||||
// assume the first directory is the section (kind)
|
||||
if strings.Contains(createpath[1:], string(filepath.Separator)) {
|
||||
if strings.Contains(createpath[1:], helpers.FilePathSeparator) {
|
||||
kind = helpers.GuessSection(createpath)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user