Use jekyll features to link to next/previous posts

This commit is contained in:
Philipp Oppermann
2015-08-25 17:07:40 +02:00
parent 1e831e2266
commit 87f36584c2
3 changed files with 9 additions and 8 deletions

View File

@@ -281,4 +281,4 @@ In the [next post] we will create a page table and do some CPU configuration to
[Makefile tutorial]: http://mrbook.org/blog/tutorials/make/
[automatic variables]: https://www.gnu.org/software/make/manual/html_node/Automatic-Variables.html
[next post]: {% post_url 2015-08-25-entering-longmode %}
[next post]: {{ site.url }}{{ page.next.url }}