diff options
-rw-r--r-- | metadata.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/metadata.json b/metadata.json index f1339b9..08426f5 100644 --- a/metadata.json +++ b/metadata.json @@ -8,11 +8,13 @@ { "title": "New blog!", "date": "2016-11-12", - "file": "new-blog" + "file": "new-blog", + "tags": ["blog"] }, { "title": "Style", "date": "2016-11-15", - "file": "style" + "file": "style", + "tags": ["blog"] } ] |