From 536a37aee9ac9035accfe70c0ba01732760f47a6 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Fri, 7 Feb 2020 12:29:39 +0100 Subject: [PATCH] Shorten site description a bit --- blog/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/config.toml b/blog/config.toml index 28bae2c9..20d1c980 100644 --- a/blog/config.toml +++ b/blog/config.toml @@ -1,6 +1,6 @@ title = "Writing an OS in Rust" base_url = "https://os.phil-opp.com" -description = "This blog series creates a small operating system in the Rust programming language. Each post is a small tutorial and includes all needed code, so you can follow along if you like." +description = "This blog series creates a small operating system in the Rust programming language. Each post is a small tutorial and includes all needed code." highlight_code = true highlight_theme = "visual-studio-dark"