Set meta.description tag correctly

This commit is contained in:
Philipp Oppermann
2020-02-03 17:13:28 +01:00
parent 174d695512
commit 5276972c67
7 changed files with 16 additions and 1 deletions

View File

@@ -1,5 +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."
highlight_code = true
highlight_theme = "visual-studio-dark"