show page counter

This commit is contained in:
Mylloon 2024-11-18 01:59:32 +01:00
parent a4edf92e05
commit b7fb63afc2
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -252,4 +252,10 @@ table:not(.hljs-ln) tr th:last-child {
table:not(.hljs-ln) > * {
page-break-inside: avoid;
}
@page {
@bottom-right {
content: counter(page) "/" counter(pages);
}
}
}