mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 06:47:49 +00:00
Use Zola's aliases feature instead of Netlify redirects
Makes the project less dependent on Netlify.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
+++
|
||||
title = "A minimal Multiboot Kernel"
|
||||
weight = 1
|
||||
path = "multiboot-kernel/"
|
||||
path = "multiboot-kernel"
|
||||
aliases = ["multiboot-kernel.html", "/2015/08/18/multiboot-kernel/", "/rust-os/multiboot-kernel.html"]
|
||||
date = 2015-08-18
|
||||
template = "first-edition/page.html"
|
||||
+++
|
||||
|
||||
Reference in New Issue
Block a user