mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-25 22:00:58 +02:00
Create lightweight forks of text/template and html/template
This commit also removes support for Ace and Amber templates. Updates #6594
This commit is contained in:
@@ -320,7 +320,7 @@ func runCmd(env map[string]string, cmd string, args ...string) error {
|
||||
}
|
||||
|
||||
func isGoLatest() bool {
|
||||
return strings.Contains(runtime.Version(), "1.12")
|
||||
return strings.Contains(runtime.Version(), "1.13")
|
||||
}
|
||||
|
||||
func isCI() bool {
|
||||
|
Reference in New Issue
Block a user