diff --git a/blog/content/extra/cross-compile-binutils.md b/blog/content/extra/cross-compile-binutils.md index 483b04a9..6a11c367 100644 --- a/blog/content/extra/cross-compile-binutils.md +++ b/blog/content/extra/cross-compile-binutils.md @@ -1,6 +1,6 @@ +++ title = "Cross Compile Binutils" -description = "" +template = "plain.html" url = "cross-compile-binutils" +++ diff --git a/blog/content/extra/cross-compile-libcore.md b/blog/content/extra/cross-compile-libcore.md index 77e82e07..90de2c76 100644 --- a/blog/content/extra/cross-compile-libcore.md +++ b/blog/content/extra/cross-compile-libcore.md @@ -1,6 +1,6 @@ +++ title = "Cross Compiling: libcore" -description = "" +template = "plain.html" url = "cross-compile-libcore" +++ diff --git a/blog/content/extra/set-up-gdb/index.md b/blog/content/extra/set-up-gdb/index.md index 873458c6..556e0233 100644 --- a/blog/content/extra/set-up-gdb/index.md +++ b/blog/content/extra/set-up-gdb/index.md @@ -1,6 +1,6 @@ +++ title = "Set Up GDB" -description = "" +template = "plain.html" url = "set-up-gdb" +++ diff --git a/blog/content/extra/talks.md b/blog/content/extra/talks.md index b93aa101..2bbd5f19 100644 --- a/blog/content/extra/talks.md +++ b/blog/content/extra/talks.md @@ -1,6 +1,7 @@ +++ title = "Talks" url = "talks" +template = "plain.html" +++ - “Open Source OS Development in Rust” at HTWG Konstanz, May 22, 2017: [slides](https://phil-opp.github.io/talk-konstanz-may-2017/) diff --git a/blog/content/pages/404.md b/blog/content/pages/404.md index df0f46ce..f19f4880 100644 --- a/blog/content/pages/404.md +++ b/blog/content/pages/404.md @@ -1,6 +1,7 @@ +++ title = "Page not found" url = "404.html" +template = "plain.html" +++ Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. diff --git a/blog/content/pages/contact.md b/blog/content/pages/contact.md index abe609ac..f5731d94 100644 --- a/blog/content/pages/contact.md +++ b/blog/content/pages/contact.md @@ -1,6 +1,7 @@ +++ title = "Contact" url = "contact" +template = "plain.html" +++ Philipp Oppermann diff --git a/blog/templates/plain.html b/blog/templates/plain.html new file mode 100644 index 00000000..4ee0df74 --- /dev/null +++ b/blog/templates/plain.html @@ -0,0 +1,8 @@ +{% extends "base.html" %} + +{% block title %}{{ page.title }} | {{ config.title }}{% endblock title %} + +{% block main %} +