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="post-category memory-management">Memory Management</div>
|
||||||
<div class="posts memory-management">
|
<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 %}
|
{% include post_teaser.html %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="posts">
|
<div class="posts">
|
||||||
{% for post in posts offset:6 %}
|
{% for post in posts offset:7 %}
|
||||||
{% include post_teaser.html %}
|
{% include post_teaser.html %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user