feat: add archive view of posts

This commit is contained in:
Devin Haska 2024-02-07 20:02:59 -08:00
parent 5e72b839fe
commit 6265474981
8 changed files with 78 additions and 10 deletions

View file

@ -0,0 +1,10 @@
.archive-divider {
border-color: var(--color-bg-faded);
border-width: 1px;
border-style: dashed;
flex: 1;
}
.archive-month {
margin-left: auto;
}