Skip to content

Commit

Permalink
Add total page to paginate
Browse files Browse the repository at this point in the history
  • Loading branch information
j1c committed Apr 2, 2024
1 parent 1406bbe commit b5949cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/themes/slides.css
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,10 @@ header {
}



/* adds total slides to paginate */
section::after {
content: attr(data-marpit-pagination);
content: attr(data-marpit-pagination) '/' attr(data-marpit-pagination-total);
}

.vl {
Expand Down

0 comments on commit b5949cd

Please sign in to comment.