From 5cffdc4d8c5ca5cea22cbf0d5f562ac44e04c638 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Fri, 18 May 2018 18:16:10 +0200 Subject: [PATCH] Move testing posts to their own section --- blog/static/css/main.css | 8 ++++++++ blog/templates/second-edition/index.html | 5 +++++ 2 files changed, 13 insertions(+) diff --git a/blog/static/css/main.css b/blog/static/css/main.css index 777668da..8a3852fc 100644 --- a/blog/static/css/main.css +++ b/blog/static/css/main.css @@ -67,6 +67,10 @@ main img { border: 2px solid #66f; } +.posts.testing { + border: 2px solid #0c0; +} + .posts.memory-management { border: 2px solid #cc0; } @@ -102,6 +106,10 @@ 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 6008d3fb..dab45d79 100644 --- a/blog/templates/second-edition/index.html +++ b/blog/templates/second-edition/index.html @@ -26,7 +26,12 @@ {{ 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) }}