We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af2dd7 commit 5d1ef85Copy full SHA for 5d1ef85
src/resources/projects/website/listing/_pagination.ejs.md
@@ -2,12 +2,10 @@
2
<%- listing.utilities.localizedString("listing-page-no-matches") %>
3
:::
4
5
-<% if (listing["page-size"] < items.length) { %>
6
-
7
```{=html}
+<% if (listing["page-size"] < items.length) { %>
8
<nav id="<%- listing.id %>-pagination" class="listing-pagination" aria-label="Page Navigation">
9
<ul class="pagination"></ul>
10
</nav>
11
-```
12
13
<% } %>
+```
0 commit comments