diff options
| author | Christian Cleberg <[email protected]> | 2026-04-06 13:15:48 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-04-06 13:15:48 -0500 |
| commit | 5aef9691d207e405b6c78672cbb174ce7011dd54 (patch) | |
| tree | 93749137ddd30e5cf946f99da9b8eb3355debe85 /theme | |
| parent | 7545d6167a95c1601baa7718313c1e2f96b34411 (diff) | |
| download | cleberg.net-5aef9691d207e405b6c78672cbb174ce7011dd54.tar.gz cleberg.net-5aef9691d207e405b6c78672cbb174ce7011dd54.tar.bz2 cleberg.net-5aef9691d207e405b6c78672cbb174ce7011dd54.zip | |
fix missing class for post-list
Diffstat (limited to 'theme')
| -rw-r--r-- | theme/templates/index.html | 2 |
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 →</a></p> |
