From d7a67c139e428dbcf6080535a8dfb74f7366ef6e Mon Sep 17 00:00:00 2001 From: Wei Gao Date: Sun, 3 Mar 2019 12:47:15 +0800 Subject: [PATCH] Use frontmatter for existing notes as example in contributing guide --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ff4a1d..c1019e4 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ site/content/blog/notes-${title_of_your_notes}/index.md ``` --- -title: Hello, Coding Girls (and Guys)! -date: '2019-01-19' +title: 'Study Notes: Title of My Notes' +date: '2019-02-28' --- ```