Skip to content

Commit d0e9992

Browse files
author
Victor Widell
committed
Fixed a malformed date in the sample post.
1 parent 9c00269 commit d0e9992

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/core-samples/2011-12-29-jekyll-introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ Jekyll expects your website directory to be laid out like so:
8989
| |-- default.html
9090
| |-- post.html
9191
|-- _posts
92-
| |-- 20011-10-25-open-source-is-good.markdown
93-
| |-- 20011-04-26-hello-world.markdown
92+
| |-- 2011-10-25-open-source-is-good.markdown
93+
| |-- 2011-04-26-hello-world.markdown
9494
|-- _site
9595
|-- index.html
9696
|-- assets

0 commit comments

Comments
 (0)