Skip to content

Commit

Permalink
update readme to reflect change of date format
Browse files Browse the repository at this point in the history
  • Loading branch information
freetonik committed Nov 1, 2019
1 parent cfabdd9 commit 335e649
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 335e649

Please sign in to comment.