mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
add undraft command
This commit is contained in:
@@ -30,8 +30,8 @@ var (
|
||||
[]byte(JSON_LEAD),
|
||||
}
|
||||
|
||||
unixEnding = []byte("\n")
|
||||
dosEnding = []byte("\r\n")
|
||||
UnixEnding = []byte("\n")
|
||||
DosEnding = []byte("\r\n")
|
||||
)
|
||||
|
||||
type FrontMatter []byte
|
||||
|
Reference in New Issue
Block a user