Move Testing post to bare bones category and update post numbers

This commit is contained in:
Philipp Oppermann
2019-04-25 16:47:05 +02:00
parent 9437656d5c
commit 701542b40f
2 changed files with 2 additions and 15 deletions

View File

@@ -67,10 +67,6 @@ main img {
border: 2px solid #66f; border: 2px solid #66f;
} }
.posts.testing {
border: 2px solid #0a0;
}
.posts.memory-management { .posts.memory-management {
border: 2px solid #fc0 border: 2px solid #fc0
} }
@@ -106,10 +102,6 @@ main img {
color: #55d; color: #55d;
} }
.post-category.testing {
color: #090;
}
.post-category.memory-management { .post-category.memory-management {
color: #990; color: #990;
} }

View File

@@ -26,25 +26,20 @@
{{ macros::post_link(page=posts.0) }} {{ macros::post_link(page=posts.0) }}
{{ macros::post_link(page=posts.1) }} {{ macros::post_link(page=posts.1) }}
{{ macros::post_link(page=posts.2) }} {{ macros::post_link(page=posts.2) }}
</div>
<div id="testing" class="post-category testing">Testing</div>
<div class="posts testing">
{{ macros::post_link(page=posts.3) }} {{ macros::post_link(page=posts.3) }}
{{ macros::post_link(page=posts.4) }}
</div> </div>
<div id="exceptions" class="post-category exceptions">Exceptions</div> <div id="exceptions" class="post-category exceptions">Exceptions</div>
<div class="posts exceptions"> <div class="posts exceptions">
{{ macros::post_link(page=posts.4) }}
{{ macros::post_link(page=posts.5) }} {{ macros::post_link(page=posts.5) }}
{{ macros::post_link(page=posts.6) }} {{ macros::post_link(page=posts.6) }}
{{ macros::post_link(page=posts.7) }}
</div> </div>
<div id="memory-management" class="post-category memory-management">Memory Management</div> <div id="memory-management" class="post-category memory-management">Memory Management</div>
<div class="posts memory-management"> <div class="posts memory-management">
{{ macros::post_link(page=posts.7) }}
{{ macros::post_link(page=posts.8) }} {{ macros::post_link(page=posts.8) }}
{{ macros::post_link(page=posts.9) }}
</div> </div>
<div class="posts subscribe"> <div class="posts subscribe">