I am modifying the Ink theme. I added a photo diary feature. Currently, I am using:
{{ range first 12 .Data.Pages }}
{{ if ne .Section "photos" }}
to call the first 12 pages in this section. Each photo post is a page bundle. This works well.
I would like to add pagination in this section. I plan to copy partials/pagination.html to photos/photopaginate.html, then use {{ template "photos/photopage.html" . }} in my photos/list.html file. Would that be the right approach to take? What else do I have to look out for?
.
You’re welcome. If my way solve your problem, could you please mark this topic as completed (I don’t know what exactly it call, let’s just tie a bow if you think it is done)?