You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
blog/layout/paging.html

7 lines
229 B
HTML

<div class="grid-4">
<div></div>
<div class="txtleft"><a href="{{ previous_page }}">&lt; page précédente</a></div>
<div class="txtright"><a href="{{ next_page }}">page suivante &gt;</a></div>
<div></div>
</div>