mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Move testing posts to their own section
This commit is contained in:
@@ -67,6 +67,10 @@ main img {
|
|||||||
border: 2px solid #66f;
|
border: 2px solid #66f;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.posts.testing {
|
||||||
|
border: 2px solid #0c0;
|
||||||
|
}
|
||||||
|
|
||||||
.posts.memory-management {
|
.posts.memory-management {
|
||||||
border: 2px solid #cc0;
|
border: 2px solid #cc0;
|
||||||
}
|
}
|
||||||
@@ -102,6 +106,10 @@ main img {
|
|||||||
color: #55d;
|
color: #55d;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post-category.testing {
|
||||||
|
color: #090;
|
||||||
|
}
|
||||||
|
|
||||||
.post-category.memory-management {
|
.post-category.memory-management {
|
||||||
color: #990;
|
color: #990;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -26,7 +26,12 @@
|
|||||||
{{ 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 class="posts subscribe">
|
<div class="posts subscribe">
|
||||||
|
|||||||
Reference in New Issue
Block a user