mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-29 23:20:49 +03:00
Some godoc adjustments and image struct renames
This commit is contained in:
parent
11047534e4
commit
fa80fe3c8a
23 changed files with 193 additions and 90 deletions
|
@ -161,7 +161,7 @@ type baseResource interface {
|
|||
type commonResource struct {
|
||||
}
|
||||
|
||||
// Slice is not meant to be used externally. It's a bridge function
|
||||
// Slice is for internal use.
|
||||
// for the template functions. See collections.Slice.
|
||||
func (commonResource) Slice(in any) (any, error) {
|
||||
switch items := in.(type) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue