Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit e80790b

Browse files
committed
Cap y in date format to get YYYY
1 parent f27f312 commit e80790b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

responses/07_create-blog-post.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This pull request looks great so far. :sparkles: You've just edited the `_config
66

77
### :keyboard: Activity: Add some content to your blog
88

9-
**Shortcut Note**: Click this link [here](https://github.com/{{ owner }}/{{ repo }}/new/{{ branch }}/?filename=_posts/{{ date | date: "%y-%m-%d" }}-my-first-blog-post.md) to automatically complete steps 1-4.
9+
**Shortcut Note**: Click this link [here](https://github.com/{{ owner }}/{{ repo }}/new/{{ branch }}/?filename=_posts/{{ date | date: "%Y-%m-%d" }}-my-first-blog-post.md) to automatically complete steps 1-4.
1010

1111
1. On the "Code" tab, select your `{{ branch }}` branch
1212
1. Click **Create new file**

0 commit comments

Comments
 (0)