mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Use jekyll features to link to next/previous posts
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user