From ab62dc1c0f62dfacda22066889a4f331f8c56680 Mon Sep 17 00:00:00 2001 From: Tiffany Hrabusa <30397949+tiffany76@users.noreply.github.com> Date: Tue, 25 Jun 2024 15:23:30 -0700 Subject: [PATCH] Update blog command with correct year --- content/en/docs/contributing/blog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/contributing/blog.md b/content/en/docs/contributing/blog.md index dda6ff74788b..c798246149dd 100644 --- a/content/en/docs/contributing/blog.md +++ b/content/en/docs/contributing/blog.md @@ -79,13 +79,13 @@ Follow these steps to create a post from the template: 1. Run the following command from the repository root: ```sh - npx hugo new content/en/blog/2023/short-name-for-post.md + npx hugo new content/en/blog/2024/short-name-for-post.md ``` If your post has images or other assets, run the following command: ```sh - npx hugo new content/en/blog/2023/short-name-for-post/index.md + npx hugo new content/en/blog/2024/short-name-for-post/index.md ``` 1. Edit the Markdown file at the path you provided in the previous command. The