Use for loop on index page instead of hardcoding post numbers

This commit is contained in:
Philipp Oppermann
2020-01-28 16:04:51 +01:00
parent 7d27a2c4a4
commit 78f55a701f
2 changed files with 15 additions and 20 deletions

View File

@@ -82,7 +82,7 @@ main img {
border: 2px solid #fc0
}
.posts.exceptions {
.posts.interrupts {
border: 2px solid #f66;
}
@@ -117,7 +117,7 @@ main img {
color: #990;
}
.post-category.exceptions {
.post-category.interrupts {
color: #f33;
}