diff --git a/content/en/getting-started/quick-start.md b/content/en/getting-started/quick-start.md index 28b6b039b..5d88ce75d 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 >}}