fix(post): fetch code lazily

This commit is contained in:
Barrett Ruth 2024-11-29 21:27:21 -06:00
parent ee3a3b61a2
commit ed83255604
10 changed files with 209 additions and 172 deletions

View file

@ -56,6 +56,10 @@ ul {
flex: 1;
}
a {
text-decoration: none;
}
.post {
margin-bottom: 25px;
}