mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-22 21:42:50 +02:00
commands: Delete useless conversion
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
2294b0226d
commit
60baec8005
@@ -151,7 +151,7 @@ L:
|
||||
}
|
||||
|
||||
// append the actual content
|
||||
buff.Write([]byte(p.Content()))
|
||||
buff.Write(p.Content())
|
||||
|
||||
return buff, nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user