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 4b4c36b commit 0f779cfCopy full SHA for 0f779cf
src/resources/projects/website/listing/_pagination.ejs.md
@@ -1,10 +1,13 @@
1
-```{=html}
2
-<div class="listing-no-matching d-none">
+::: {.listing-no-matching .d-none}
3
<%- listing.utilities.localizedString("listing-page-no-matches") %>
4
-</div>
+:::
+
5
<% if (listing["page-size"] < items.length) { %>
6
7
+```{=html}
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