mirror of
https://github.com/gohugoio/hugo.git
synced 2025-03-22 10:51:50 +00:00
commands: Delete useless conversion
This commit is contained in:
parent
2294b0226d
commit
60baec8005
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ L:
|
||||||
}
|
}
|
||||||
|
|
||||||
// append the actual content
|
// append the actual content
|
||||||
buff.Write([]byte(p.Content()))
|
buff.Write(p.Content())
|
||||||
|
|
||||||
return buff, nil
|
return buff, nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue