From 43b57617885b9d7373efae6578f01dda1f7dc91a Mon Sep 17 00:00:00 2001 From: SIkebe Date: Fri, 19 Jun 2020 21:26:20 +0900 Subject: [PATCH] Fix incorrect directory name in quick-start (#1154) --- 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 525ff8920..0d79c3ed5 100644 --- a/content/en/getting-started/quick-start.md +++ b/content/en/getting-started/quick-start.md @@ -58,7 +58,7 @@ The above will create a new Hugo site in a folder named `quickstart`. See [themes.gohugo.io](https://themes.gohugo.io/) for a list of themes to consider. This quickstart uses the beautiful [Ananke theme](https://themes.gohugo.io/gohugo-theme-ananke/). -First, download the theme from GitHub and add it to your site's `theme` directory: +First, download the theme from GitHub and add it to your site's `themes` directory: ```bash cd quickstart