feat: archive pages when >10 posts in a given section

This commit is contained in:
Lewis Wynne 2026-01-23 05:40:58 +00:00
parent 920bb7bbeb
commit d1b2db73bc
7 changed files with 218 additions and 19 deletions

View file

@ -49,20 +49,10 @@ details pre {
.guestbook-entries {
font-family: monospace;
white-space: pre-wrap;
}
.guestbook-entry {
display: grid;
grid-template-columns: auto 1fr;
grid-template-columns: 8ch 1fr;
gap: 0 4ch;
}
.guestbook-entry .date {
color: #888;
}
.guestbook-sign {
font-family: monospace;
white-space: pre;
}