quotes

My favourite quotes. (gatsbyjs)
git clone http://git.hanabi.in/repos/quotes.git
Log | Files | Refs | README | LICENSE

commit 6fd204888c9d82f507fcb490eecbe3f79e9b15de
parent 6aa9d957758800021cab578049e247dc16447dbc
Author: Agastya Chandrakant <me@hanabi.in>
Date:   Wed, 11 Mar 2020 12:08:10 +0530

Update readme

Diffstat:
MREADME.md | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -31,12 +31,15 @@ This is how the frontmatter must appear ```markdown --- author: String! +attributed: Boolean! +misattributed: Boolean!, date: Date(yyyy-mm-dd)! draft: Boolean! lang: String(ISO 639-1)! path: unique(String!) tags: Array<String>! title: String! +where: String! --- ```