allow templates to show up in multiple categories

This commit is contained in:
Andy McKay
2019-07-29 16:14:53 -07:00
parent 093fe05821
commit 9536724466
18 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Python Django",
"description": "Test a Django project on multiple versions of Python.",
"iconName": "django",
"category": "Python"
"category": ["Python", "HTML+Django"]
}