From 5cb498856b3583b07160c9a8eccf39eba586ecbd Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Mon, 11 Apr 2016 18:25:48 +0200 Subject: [PATCH] =?UTF-8?q?Include=20=E2=80=9CKernel=20Heap=E2=80=9D=20pos?= =?UTF-8?q?t=20in=20memory=20management=20section?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index aa64020a..11204e1f 100644 --- a/index.html +++ b/index.html @@ -31,13 +31,13 @@ title: Home
Memory Management
- {% for post in posts offset:4 limit:3 %} + {% for post in posts offset:4 limit:4 %} {% include post_teaser.html %} {% endfor %}
- {% for post in posts offset:7 %} + {% for post in posts offset:8 %} {% include post_teaser.html %} {% endfor %}