I found the code
{{ range (.Site.Pages.ByPublishDate.Reverse) 10 }}
<li>
<a href="{{ .URL }}">{{ .Title }}</a>
</li>
{{ end }}
Now I want to have pagination
I found the code
{{ range (.Site.Pages.ByPublishDate.Reverse) 10 }}
<li>
<a href="{{ .URL }}">{{ .Title }}</a>
</li>
{{ end }}
Now I want to have pagination