From 93773c4d7df57e215603d351a7d14dbd1981640d Mon Sep 17 00:00:00 2001 From: Michele Azzolari Date: Thu, 11 Oct 2018 09:05:51 +0200 Subject: [PATCH] Since templates are not listed in templates.json, adding new typrewriter template to it --- templates.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/templates.json b/templates.json index 4ce3b45..01eedc3 100644 --- a/templates.json +++ b/templates.json @@ -13,5 +13,10 @@ "id": "fork", "name": "Fork", "author": "gmemstr" + }, + { + "id": "typewriter", + "name": "Typewriter", + "author": "macno" } -] \ No newline at end of file +]