From 335e64959c12b7e34dc8927ad13bf7dba4b86bd1 Mon Sep 17 00:00:00 2001 From: Rakhim Davletkaliyev Date: Fri, 1 Nov 2019 10:03:06 +0200 Subject: [PATCH] update readme to reflect change of date format --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aa72a43..6869b5e 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,9 @@ There is no front-matter. **Date** and **slug** are derived from the filename. * ├── css │   └── styles.css ├── markdown -│   └── DD-MM-YYYY-Slug_1.md -│   └── DD-MM-YYYY-Slug_2.md -│   └── DD-MM-YYYY-Slug_3.md +│   └── YYYY-MM-DD-Slug_1.md +│   └── YYYY-MM-DD-Slug_2.md +│   └── YYYY-MM-DD-Slug_3.md ├── index.html ├── post.html ```