diff --git a/layouts/index.html b/layouts/index.html
index 08a0b207..e2d21875 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -26,8 +26,8 @@
{{ end }}
-
+
Exceptions
+
{{ range first 4 (after 8 (where .Site.Pages.ByDate "Section" "post")) }}
{{ .Render "teaser" }}
{{ end }}
diff --git a/static/css/main.css b/static/css/main.css
index e4019b83..be51f807 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -48,7 +48,7 @@ main img {
border: 2px solid #cc0;
}
-.posts.interrupts {
+.posts.exceptions {
border: 2px solid #f66;
}
@@ -71,7 +71,7 @@ main img {
color: #990;
}
-.post-category.interrupts {
+.post-category.exceptions {
color: #f33;
}