feat: archive pages when >10 posts in a given section
This commit is contained in:
parent
920bb7bbeb
commit
d1b2db73bc
7 changed files with 218 additions and 19 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue