docs: fix typo in 2019-08-08-write-a-new-post.md
(#2281)
Signed-off-by: Corey Goldberg <1113081+cgoldberg@users.noreply.github.com>
This commit is contained in:
parent
7d4d35cd10
commit
e3158642c3
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ Basically, you need to fill the [Front Matter](https://jekyllrb.com/docs/front-m
|
|||
---
|
||||
title: TITLE
|
||||
date: YYYY-MM-DD HH:MM:SS +/-TTTT
|
||||
categories: [TOP_CATEGORIE, SUB_CATEGORIE]
|
||||
categories: [TOP_CATEGORY, SUB_CATEGORY]
|
||||
tags: [TAG] # TAG names should always be lowercase
|
||||
---
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue