Sitemap HTML

I found the code

   {{ range (.Site.Pages.ByPublishDate.Reverse) 10 }}
    					<li>
						<a href="{{ .URL }}">{{ .Title }}</a>
					</li>
  {{ end }}

Now I want to have pagination

2 Likes