mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-25 15:58:53 +00:00
commands: Delete useless conversion
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
2294b0226d
commit
60baec8005
+1
-1
@@ -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