From 701542b40fe025caf79573502b91e7331738c19d Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 25 Apr 2019 16:47:05 +0200 Subject: [PATCH] Move Testing post to bare bones category and update post numbers --- blog/static/css/main.css | 8 -------- blog/templates/second-edition/index.html | 9 ++------- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/blog/static/css/main.css b/blog/static/css/main.css index a303d19c..c13ac3a6 100644 --- a/blog/static/css/main.css +++ b/blog/static/css/main.css @@ -67,10 +67,6 @@ main img { border: 2px solid #66f; } -.posts.testing { - border: 2px solid #0a0; -} - .posts.memory-management { border: 2px solid #fc0 } @@ -106,10 +102,6 @@ main img { color: #55d; } -.post-category.testing { - color: #090; -} - .post-category.memory-management { color: #990; } diff --git a/blog/templates/second-edition/index.html b/blog/templates/second-edition/index.html index ae0a9cc8..d25ca71f 100644 --- a/blog/templates/second-edition/index.html +++ b/blog/templates/second-edition/index.html @@ -26,25 +26,20 @@ {{ macros::post_link(page=posts.0) }} {{ macros::post_link(page=posts.1) }} {{ macros::post_link(page=posts.2) }} - - -
Testing
-
{{ macros::post_link(page=posts.3) }} - {{ macros::post_link(page=posts.4) }}
Exceptions
+ {{ macros::post_link(page=posts.4) }} {{ macros::post_link(page=posts.5) }} {{ macros::post_link(page=posts.6) }} - {{ macros::post_link(page=posts.7) }}
Memory Management
+ {{ macros::post_link(page=posts.7) }} {{ macros::post_link(page=posts.8) }} - {{ macros::post_link(page=posts.9) }}