mirror of
https://git.mills.io/prologic/zs
synced 2025-04-04 05:43:33 +03:00
fixed mkd extension typo
This commit is contained in:
parent
2437b64c9a
commit
e91e6930e0
1 changed files with 1 additions and 1 deletions
2
zs.go
2
zs.go
|
@ -193,7 +193,7 @@ func buildAll(once bool) {
|
|||
modified = true
|
||||
}
|
||||
ext := filepath.Ext(path)
|
||||
if ext == ".md" || ext == "mkd" {
|
||||
if ext == ".md" || ext == ".mkd" {
|
||||
log.Println("mkd: ", path)
|
||||
return buildMarkdown(path)
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue