Add page count and links to bottom of board view

Current page shows up on the bottom of every board with next/prev links
where applicable.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2022-05-07 15:14:50 -07:00
parent daa2febb5d
commit 994e4904a6
3 changed files with 36 additions and 4 deletions

View File

@@ -19,6 +19,13 @@ hr {
font-size: small;
}
/* Pagination */
.pagination {
margin: auto;
width: 50%;
text-align: center;
}
/* Posts */
/*.post_body { }*/
.post_image_info {