mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
parent
7f6430d84d
commit
67746f36dd
1 changed files with 0 additions and 2 deletions
|
@ -254,8 +254,6 @@ func replaceInFile(filename string, oldNew ...string) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
return ioutil.WriteFile(fullFilename, []byte(newContent), fi.Mode())
|
return ioutil.WriteFile(fullFilename, []byte(newContent), fi.Mode())
|
||||||
|
|
||||||
return nil
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func hugoFilepath(filename string) string {
|
func hugoFilepath(filename string) string {
|
||||||
|
|
Loading…
Reference in a new issue