Home
last modified time | relevance | path

Searched refs:findPagesByKindIn (Results 1 – 2 of 2) sorted by relevance

/dports/www/gohugo/hugo-0.91.2/hugolib/
H A Dpagecollections.go95 return c.findPagesByKindIn(page.KindPage, c.pages.get())
332 func (*PageCollections) findPagesByKindIn(kind string, inPages page.Pages) page.Pages { func
H A Dhugo_sites.go799 return h.findPagesByKindIn(page.KindPage, allPages.get())
954 func (h *HugoSites) findPagesByKindIn(kind string, inPages page.Pages) page.Pages { func
955 return h.Sites[0].findPagesByKindIn(kind, inPages)