Add top posts functionality

This commit is contained in:
Alex Selimov 2026-06-15 15:49:01 -04:00
parent 2c2a275a95
commit 3ced4c6885
3 changed files with 51 additions and 3 deletions

View file

@ -121,11 +121,11 @@ blockquote {
}
ul.blog-posts {
list-style-type: none;
list-style-type: disc;
padding: unset;
}
ul.blog-posts li {
display: flex;
display: list-item;
flex-direction: column;
}
ul.blog-posts li span {