From 1a14cc08a96ef79d2530c905f8d1b8b30b88dca1 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Wed, 10 Mar 2021 06:07:06 +0100 Subject: [PATCH] Update quick-start.md --- content/en/getting-started/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/getting-started/quick-start.md b/content/en/getting-started/quick-start.md index 5d88ce75d..f2378f4a7 100644 --- a/content/en/getting-started/quick-start.md +++ b/content/en/getting-started/quick-start.md @@ -78,7 +78,7 @@ git submodule add https://github.com/budparr/gohugo-theme-ananke.git themes/anan Then, add the theme to the site configuration: ```bash -echo theme = "ananke" >> config.toml +echo theme = \"ananke\" >> config.toml ``` {{< asciicast 7naKerRYUGVPj8kiDmdh5k5h9 >}}