Adds dates, fixes orders of posts

This commit is contained in:
2024-10-13 17:15:21 -04:00
parent 11cb9f387e
commit 54961ebd1e
3 changed files with 252 additions and 185 deletions

9
assets/wfot.css Normal file
View File

@@ -0,0 +1,9 @@
.post-item {
display: flex;
}
.post-date {
display: block;
margin-right: 16px;
min-width: 100px;
}