mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +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
|
// append the actual content
|
||||||
buff.Write([]byte(p.Content()))
|
buff.Write(p.Content())
|
||||||
|
|
||||||
return buff, nil
|
return buff, nil
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user