diff --git a/src/content/docs/pages/framework-guides/deploy-a-hugo-site.mdx b/src/content/docs/pages/framework-guides/deploy-a-hugo-site.mdx index 24bea7a35e9e062..845d7bbb6074303 100644 --- a/src/content/docs/pages/framework-guides/deploy-a-hugo-site.mdx +++ b/src/content/docs/pages/framework-guides/deploy-a-hugo-site.mdx @@ -68,7 +68,7 @@ With Hugo installed, refer to [Hugo's Quick Start](https://gohugo.io/getting-sta hugo new site my-hugo-site ``` -Hugo sites use themes to customize the look and feel of the statically built HTML site. There are a number of themes available at [themes.gohugo.io](https://themes.gohugo.io) — for now, use the [Ananake theme](https://themes.gohugo.io/themes/gohugo-theme-ananke/) by running the following commands in your terminal: +Hugo sites use themes to customize the look and feel of the statically built HTML site. There are a number of themes available at [themes.gohugo.io](https://themes.gohugo.io) — for now, use the [Ananke theme](https://themes.gohugo.io/themes/gohugo-theme-ananke/) by running the following commands in your terminal: ```sh cd my-hugo-site