mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05: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
|
||||
buff.Write([]byte(p.Content()))
|
||||
buff.Write(p.Content())
|
||||
|
||||
return buff, nil
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue