mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-22 21:42:50 +02:00
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user