mirror of
https://github.com/gohugoio/hugo.git
synced 2025-05-13 06:24:26 +03:00
pagination: export pager to make Golint happy
This commit is contained in:
parent
be8e6d4f1f
commit
be366bfe1e
3 changed files with 26 additions and 26 deletions
|
@ -32,7 +32,7 @@ type Node struct {
|
|||
Date time.Time
|
||||
Sitemap Sitemap
|
||||
URLPath
|
||||
paginator *pager
|
||||
paginator *Pager
|
||||
paginatorInit sync.Once
|
||||
scratch *Scratch
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue