Remove sections from URLs

This commit is contained in:
Philipp Oppermann
2017-06-09 18:08:10 +02:00
parent e11d838189
commit c104445880
14 changed files with 14 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
+++
title = "Printing to Screen"
order = 4
slug = "printing-to-screen"
url = "printing-to-screen"
date = "2015-10-23"
updated = "2016-10-31"
aliases = [

View File

@@ -1,7 +1,7 @@
+++
title = "Allocating Frames"
order = 5
slug = "allocating-frames"
url = "allocating-frames"
date = "2015-11-15"
+++

View File

@@ -1,7 +1,7 @@
+++
title = "Page Tables"
order = 6
slug = "page-tables"
url = "page-tables"
date = "2015-12-09"
+++

View File

@@ -1,7 +1,7 @@
+++
title = "Remap the Kernel"
order = 7
slug = "remap-the-kernel"
url = "remap-the-kernel"
date = "2016-01-01"
updated = "2016-03-06"
+++

View File

@@ -1,7 +1,7 @@
+++
title = "Kernel Heap"
order = 8
slug = "kernel-heap"
url = "kernel-heap"
date = "2016-04-11"
+++

View File

@@ -1,7 +1,7 @@
+++
title = "Handling Exceptions"
order = 9
slug = "handling-exceptions"
url = "handling-exceptions"
date = "2017-03-26"
+++

View File

@@ -1,7 +1,7 @@
+++
title = "Double Faults"
order = 10
slug = "double-faults"
url = "double-faults"
date = "2017-01-02"
+++