mirror of
https://git.mills.io/prologic/zs.git
synced 2024-11-03 01:38:30 -04:00
fixed mkd extension typo
This commit is contained in:
parent
2437b64c9a
commit
e91e6930e0
2
zs.go
2
zs.go
@ -193,7 +193,7 @@ func buildAll(once bool) {
|
|||||||
modified = true
|
modified = true
|
||||||
}
|
}
|
||||||
ext := filepath.Ext(path)
|
ext := filepath.Ext(path)
|
||||||
if ext == ".md" || ext == "mkd" {
|
if ext == ".md" || ext == ".mkd" {
|
||||||
log.Println("mkd: ", path)
|
log.Println("mkd: ", path)
|
||||||
return buildMarkdown(path)
|
return buildMarkdown(path)
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user