From c592156be79a55654b16bbb42da82643af6a7cb0 Mon Sep 17 00:00:00 2001 From: Dillon Date: Mon, 9 Mar 2020 00:46:34 +0800 Subject: [PATCH] docs: rm useless spaces --- exampleSite/content/posts/theme-documentation-basics.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/content/posts/theme-documentation-basics.en.md b/exampleSite/content/posts/theme-documentation-basics.en.md index f9cf8879..53f8fcd5 100644 --- a/exampleSite/content/posts/theme-documentation-basics.en.md +++ b/exampleSite/content/posts/theme-documentation-basics.en.md @@ -131,7 +131,7 @@ When building the website, you can set a theme by using `--theme` option. Howeve Here is the way to create your first post: ```bash - hugo new posts/first_post.md +hugo new posts/first_post.md ``` Feel free to edit the post file by adding some sample content and replacing the title value in the beginning of the file.