Documentation
¶
Overview ¶
Package collections contains common Hugo functionality related to collection handling.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Append ¶
Append appends from to a slice to and returns the resulting slice. If length of from is one and the only element is a slice of same type as to, it will be appended.
func StringSliceToInterfaceSlice ¶ added in v0.91.0
StringSliceToInterfaceSlice converts ss to []interface{}.
Types ¶
Click to show internal directories.
Click to hide internal directories.