Include Remap the Kernel post in memory management category

This commit is contained in:
Philipp Oppermann
2016-01-01 18:41:06 +01:00
parent cf7a19adef
commit 15873b8448

View File

@@ -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>