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

@@ -14,7 +14,7 @@ In the [previous post] we created a minimal multiboot kernel. It just prints `OK
[protected mode]: https://en.wikipedia.org/wiki/Protected_mode
[long mode]: https://en.wikipedia.org/wiki/Long_mode
<!-- 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 issues, please leave a comment or [create an issue] on Github. The source code is available in a [repository][source code], too.