mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
parent
7e539cb398
commit
e965cb679c
1 changed files with 0 additions and 5 deletions
|
@ -55,11 +55,6 @@ func CreateVarsStyleSheet(vars map[string]any) string {
|
|||
}
|
||||
sort.Strings(varsSlice)
|
||||
varsStylesheet = strings.Join(varsSlice, "\n")
|
||||
|
||||
fmt.Println(varsStylesheet)
|
||||
|
||||
fmt.Println(varsStylesheet)
|
||||
|
||||
return varsStylesheet
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue