Fix syntax of <!-- more --> marker

This commit is contained in:
Philipp Oppermann
2017-04-27 12:52:43 +02:00
parent f525541969
commit 1f5cca2779
10 changed files with 10 additions and 10 deletions

View File

@@ -17,7 +17,7 @@ In the previous posts we created a [minimal Multiboot kernel][multiboot post] an
[long mode post]: {{% relref "02-entering-longmode.md" %}}
[Rust]: https://www.rust-lang.org/
<!--more--><aside id="toc"></aside>
<!-- more --><aside id="toc"></aside>
This blog post tries to set up Rust step-by-step and point out the different problems. If you have any questions, problems, or suggestions please [file an issue] or create a comment at the bottom. The code from this post is in a [Github repository], too.