Hi there,
Is it possible to wrap the output of the %page_list% keyword in an li tag?
I'm trying to create pagination links in the following format:
<nav> <ul class="pagination"> <li><a href="%previous_page_href%">Previous</a></li> %page_list% <li><a href="%next_page_href%">Next</a></li> </ul> </nav>
Thanks.