Styling the Blog List and Sidebar
Created on August 17, 2026 โ updated on August 18, 2026
Blog List classes
Each card rendered by blog_list is:
<article class="blog-list-item">
<h2 class="blog-list-item-title"><a href="...">Title</a></h2>
<p class="blog-list-item-meta">Date ยท Category</p>
<a class="blog-list-item-cta" href="...">Read more โ</a>
</article>
Blog Sidebar classes
Each widget is a .blog-sidebar-widget with a .blog-sidebar-widget-title
header, followed by either a .blog-sidebar-list (Recent Posts,
Categories) or a .blog-sidebar-tags flex container of
.blog-sidebar-tag pills (Tags).
Overriding via extra_css
None of these classes need !important to override from a consuming
site's extra_css โ they're loaded before extra_css in base.html,
so normal cascade order wins.