mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 06:47:49 +00:00
Include “Kernel Heap” post in memory management section
This commit is contained in:
@@ -31,13 +31,13 @@ title: Home
|
|||||||
|
|
||||||
<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">
|
||||||
{% for post in posts offset:4 limit:3 %}
|
{% for post in posts offset:4 limit:4 %}
|
||||||
{% include post_teaser.html %}
|
{% include post_teaser.html %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="posts">
|
<div class="posts">
|
||||||
{% for post in posts offset:7 %}
|
{% for post in posts offset:8 %}
|
||||||
{% include post_teaser.html %}
|
{% include post_teaser.html %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user