From 906f41eed8a5ab74992af4eaf36b86ab0fd8b4b9 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 29 Jul 2019 19:10:05 +0800 Subject: [PATCH] config.toml: correct description --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index c061e8f..a3dc7d6 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ base_url = "/" title = "M-Labs" -description = "M-Labs is a company and community who develops, manufactures and sells advanced open hardware devices and solutions. e.g Milkymist system-on-chip (SoC)" +description = "M-Labs is a company and community who develops, manufactures and sells advanced open hardware devices and solutions such as the ARTIQ experiment control system." compile_sass = true highlight_code = true @@ -8,4 +8,4 @@ insert_anchor_links = true build_search_index = false [extra] -author = "M-Labs" \ No newline at end of file +author = "M-Labs"