Improve blog post display

* Add a post date to each post
* Do not show the post date for tours
* Only show posts tagged "current-event" on the home page (hiding 37c3 entries)
* Use a custom template for sorting the summary list by title (instead of the default by date)
This commit is contained in:
Stefan Bethke 2024-11-18 12:21:04 +01:00
parent d070853e64
commit c06c8603ef
17 changed files with 67 additions and 4 deletions
assets/sass

View file

@ -11,4 +11,9 @@ table, th, td {
th, td {
padding: 3px 6px;
font-variant-numeric: tabular-nums;
}
.title-post-date {
font-size: .7em;
margin-left: 2em;
}