--- title: URL description: Returns the URL of the current pager relative to the site root. categories: [] keywords: [] params: functions_and_methods: returnType: string signatures: [PAGER.URL] --- Use the `URL` method to build navigation between pagers. ```go-html-template {{ $pages := where site.RegularPages "Type" "posts" }} {{ $paginator := .Paginate $pages }} {{ range $paginator.Pages }}