mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Include Remap the Kernel post in memory management category
This commit is contained in:
@@ -24,13 +24,13 @@ title: Home
|
||||
|
||||
<div class="post-category memory-management">Memory Management</div>
|
||||
<div class="posts memory-management">
|
||||
{% for post in posts offset:4 limit:2 %}
|
||||
{% for post in posts offset:4 limit:3 %}
|
||||
{% include post_teaser.html %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
<div class="posts">
|
||||
{% for post in posts offset:6 %}
|
||||
{% for post in posts offset:7 %}
|
||||
{% include post_teaser.html %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user