feat: dates on blog posts, below the title

This commit is contained in:
Lewis Wynne 2026-01-23 20:57:01 +00:00
parent 9ef7a745fb
commit 996321a4d2
2 changed files with 12 additions and 0 deletions

View file

@ -4,6 +4,10 @@ body {
padding: 1rem;
}
h1, h2, h3, h4, h5, h6 {
margin-bottom: 0.25rem;
}
.muted {
color: #888;
}