mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 12:45:52 -04:00
parent
7e539cb398
commit
e965cb679c
@ -55,11 +55,6 @@ func CreateVarsStyleSheet(vars map[string]any) string {
|
|||||||
}
|
}
|
||||||
sort.Strings(varsSlice)
|
sort.Strings(varsSlice)
|
||||||
varsStylesheet = strings.Join(varsSlice, "\n")
|
varsStylesheet = strings.Join(varsSlice, "\n")
|
||||||
|
|
||||||
fmt.Println(varsStylesheet)
|
|
||||||
|
|
||||||
fmt.Println(varsStylesheet)
|
|
||||||
|
|
||||||
return varsStylesheet
|
return varsStylesheet
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user