Update the way dates render on post list

This commit is contained in:
2026-08-13 14:22:23 -05:00
parent 4586616251
commit cb97df446e
2 changed files with 14 additions and 2 deletions

View File

@@ -79,6 +79,16 @@ hr {
content: "> ";
}
i.post-link-date {
font-style: italic;
color: #6b6b65;
font-size: 11pt;
text-decoration: none;
}
i.post-link-date::before {
content: " // ";
}
/* post.html */
.back-link {
display: inline-block;