Merge branch 'main' of github.com:cdransf/coryd.dev
This commit is contained in:
commit
83b24ebe60
5 changed files with 1274 additions and 1235 deletions
File diff suppressed because it is too large
Load diff
|
@ -15,7 +15,7 @@
|
|||
<select-pagination>
|
||||
<select aria-label="Page selection">
|
||||
{% for pageEntry in pagination.pages %}
|
||||
<option value="{{ forloop.index | minus: 1 }}">{{ forloop.index }} of {{ pagination.links.size }}</option>
|
||||
<option value="{{ forloop.index }}">{{ forloop.index }} of {{ pagination.links.size }}</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
<noscript>
|
||||
|
@ -36,4 +36,4 @@
|
|||
{% tablericon "arrow-right" "Next" %}
|
||||
</span>
|
||||
{% endif %}
|
||||
</nav>
|
||||
</nav>
|
||||
|
|
Reference in a new issue