aboutsummaryrefslogtreecommitdiff
path: root/theme/templates
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-04-06 13:15:48 -0500
committerChristian Cleberg <[email protected]>2026-04-06 13:15:48 -0500
commit5aef9691d207e405b6c78672cbb174ce7011dd54 (patch)
tree93749137ddd30e5cf946f99da9b8eb3355debe85 /theme/templates
parent7545d6167a95c1601baa7718313c1e2f96b34411 (diff)
downloadcleberg.net-5aef9691d207e405b6c78672cbb174ce7011dd54.tar.gz
cleberg.net-5aef9691d207e405b6c78672cbb174ce7011dd54.tar.bz2
cleberg.net-5aef9691d207e405b6c78672cbb174ce7011dd54.zip
fix missing class for post-list
Diffstat (limited to 'theme/templates')
-rw-r--r--theme/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/index.html b/theme/templates/index.html
index 68685a0..0642f77 100644
--- a/theme/templates/index.html
+++ b/theme/templates/index.html
@@ -8,7 +8,7 @@
<section>
<h2>Recent Posts</h2>
- <ul>
+ <ul class="post-list">
<!-- BEGIN_POSTS --><!-- END_POSTS -->
</ul>
<p><a href="/blog/">All Posts &rarr;</a></p>