From 5a4e5288f0019138d9fc807c99c366f78fa0304c Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Tue, 19 Jan 2016 22:05:00 +0100 Subject: [PATCH] Formatting --- index.html | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 3cb417fb..aa64020a 100644 --- a/index.html +++ b/index.html @@ -3,11 +3,13 @@ layout: default title: Home --- -
-

This blog series creates a small operating system in the Rust programming language. -Each post is a small tutorial and includes all needed code, so you can follow along if you -like. The source code is also available in the corresponding Github -repository.

+

+ This blog series creates a small operating system in the + Rust programming language. Each post + is a small tutorial and includes all needed code, so you can follow along if + you like. The source code is also available in the corresponding + Github repository. +

Latest post: {% for post in site.posts limit:1 %} {{post.title}} -{% endfor %}

-
+ {% endfor %} +

{% assign posts = site.posts | reverse %}