Remove empty toc asides from posts

This commit is contained in:
Philipp Oppermann
2017-10-05 11:50:32 +02:00
parent dae2edfbf5
commit 1c9c20c810
13 changed files with 13 additions and 13 deletions

View File

@@ -9,7 +9,7 @@ This post explains how to create a minimal x86 operating system kernel. In fact,
[Rust]: http://www.rust-lang.org/
<!-- more --><aside id="toc"></aside>
<!-- more -->
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.