From 7bd60301850cf634502a7716c0fdc1e9528aebb1 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Tue, 14 Jun 2016 11:51:51 +0200 Subject: [PATCH] =?UTF-8?q?Rename=20=E2=80=9CInterrupts=E2=80=9D=20section?= =?UTF-8?q?=20to=20=E2=80=9CExceptions=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There will be some more posts about exceptions, so they get their own section. --- layouts/index.html | 4 ++-- static/css/main.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 }} -
Interrupts
-
+ +
{{ 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; }