Hide given file extensions

This commit is contained in:
Clément GOUIN
2019-06-20 13:05:18 +02:00
parent e88eb94d78
commit c755ea939d
3 changed files with 50 additions and 8 deletions
+2 -1
View File
@@ -9,7 +9,8 @@
},
"home": {
"index": "index.ejs",
"error": "error.ejs"
"error": "error.ejs",
"hidden": [".ejs"]
},
"article": {
"index": "index.md",