mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
@@ -25,7 +25,6 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
templateFolder := filepath.Join("..", "templates")
|
||||
|
||||
temlatePath := filepath.Join(".", templateFolder)
|
||||
@@ -92,7 +91,6 @@ var EmbeddedTemplates = [][2]string{
|
||||
fmt.Fprint(file, " ", v, ",\n")
|
||||
}
|
||||
fmt.Fprint(file, "}\n")
|
||||
|
||||
}
|
||||
|
||||
func nameValue(name, value string) string {
|
||||
|
Reference in New Issue
Block a user