Skip to content

Commit

Permalink
fix: πŸ› Apologize for page that should have a paginator
Browse files Browse the repository at this point in the history
  • Loading branch information
renoirb committed Oct 5, 2024
1 parent 39e14e1 commit 34fb05c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pages/blog/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
>
<blog-list-model-by-year :contents="contents" :q="q" />
</div>
<rb-notice-box v-if="contents.length > 40" variant="info" lang="en">
<strong slot="header">Apologies for the long list</strong>
<p>Yes, I should have a paginator.</p>
<p>
It’s planned
<a href="https://github.com/renoirb/site/issues/56" target="_blank">
renoirb/site#56 <small>(GitHub) </small>
</a>
</p>
</rb-notice-box>
</div>
</div>
</template>
Expand Down

0 comments on commit 34fb05c

Please sign in to comment.