mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-20 07:57:49 +00:00
Move Testing post to bare bones category and update post numbers
This commit is contained in:
@@ -26,25 +26,20 @@
|
||||
{{ macros::post_link(page=posts.0) }}
|
||||
{{ macros::post_link(page=posts.1) }}
|
||||
{{ 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.4) }}
|
||||
</div>
|
||||
|
||||
<div id="exceptions" class="post-category exceptions">Exceptions</div>
|
||||
<div class="posts 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) }}
|
||||
</div>
|
||||
|
||||
<div id="memory-management" class="post-category memory-management">Memory Management</div>
|
||||
<div class="posts memory-management">
|
||||
{{ macros::post_link(page=posts.7) }}
|
||||
{{ macros::post_link(page=posts.8) }}
|
||||
{{ macros::post_link(page=posts.9) }}
|
||||
</div>
|
||||
|
||||
<div class="posts subscribe">
|
||||
|
||||
Reference in New Issue
Block a user