Sha256: b0b901d5dc918f2db2e1fff01c5381fae6062f7a73a84f1386af6b27f478d55f
Contents?: true
Size: 436 Bytes
Versions: 1
Compression:
Stored size: 436 Bytes
Contents
<footer class="pagination"> {% if pagination.prev %} <a href="{{ pagination.prev.link }}">Prev</a> {% endif %} {% for page in pagination.pages %} {% if page.link %} <a href="{{ page.link }}">{{ page.title }}</a> {% else %} <span>{{ page.title }}</span> {% endif %} {% endfor %} {% if pagination.next %} <a href="{{pagination.next.link}}">Next</a> {% endif %} </footer>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
edge_framework-1.3.2 | template/wordpress/views/partials/_pagination.twig |