mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27: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 class="posts memory-management">
|
||||
{% for post in posts offset:4 limit:3 %}
|
||||
{% for post in posts offset:4 limit:4 %}
|
||||
{% include post_teaser.html %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
<div class="posts">
|
||||
{% for post in posts offset:7 %}
|
||||
{% for post in posts offset:8 %}
|
||||
{% include post_teaser.html %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user