Add tables of contents to all blog posts

This commit is contained in:
Philipp Oppermann
2016-07-17 17:10:23 +02:00
parent 62dd13b2e7
commit bc6f496eb5
9 changed files with 9 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ This post explains how to create a minimal x86 operating system kernel. In fact,
[Rust]: http://www.rust-lang.org/
<!--more-->
<!--more--><aside id="toc"></aside>
I tried to explain everything in detail and to keep the code as simple as possible. If you have any questions, suggestions or other issues, please leave a comment or [create an issue] on Github. The source code is available in a [repository][source code], too.