Skip to content

Commit

Permalink
fix: use markdown div thus no raw block
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanouil committed Jan 2, 2025
1 parent 4b4c36b commit 0f779cf
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/resources/projects/website/listing/_pagination.ejs.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
```{=html}
<div class="listing-no-matching d-none">
::: {.listing-no-matching .d-none}
<%- listing.utilities.localizedString("listing-page-no-matches") %>
</div>
:::

<% if (listing["page-size"] < items.length) { %>

```{=html}
<nav id="<%- listing.id %>-pagination" class="listing-pagination" aria-label="Page Navigation">
<ul class="pagination"></ul>
</nav>
<% } %>
```

<% } %>

0 comments on commit 0f779cf

Please sign in to comment.