diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-11-15 15:19:03 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2016-11-15 15:19:03 +0100 |
commit | e94bfcd36235ff29afc2337e8365f9ecf9fc4474 (patch) | |
tree | 285d99ab05e8332b046a9fee8c0e55dc9892ef5e | |
parent | bda028e1db07d786ec0cf48feeae199679f07d70 (diff) | |
download | kyblo-e94bfcd36235ff29afc2337e8365f9ecf9fc4474.tar.xz |
Tag existing entries
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-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"] } ] |