mirror of
https://github.com/jackyzha0/hugo-obsidian.git
synced 2024-06-14 11:42:35 +03:00
Merge pull request #25 from jackyzha0/dev
This commit is contained in:
commit
bd1c737a70
2
write.go
2
write.go
@ -50,7 +50,7 @@ func write(links []Link, contentIndex ContentIndex, toIndex bool, out string, ro
|
||||
}
|
||||
|
||||
func writeLinkMap(contentIndex *ContentIndex, root string) error {
|
||||
fp := path.Join(root, "public", "linkmap")
|
||||
fp := path.Join(root, "static", "linkmap")
|
||||
file, err := os.OpenFile(fp, os.O_TRUNC|os.O_CREATE|os.O_WRONLY, 0644)
|
||||
if err != nil {
|
||||
return err
|
||||
|
Loading…
Reference in New Issue
Block a user