0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-10 15:42:39 +00:00
This commit is contained in:
Trevor Buckner
2023-05-30 17:20:17 -04:00
parent 483a1c44ef
commit 66b827ee2f
2 changed files with 10 additions and 9 deletions

View File

@@ -215,6 +215,7 @@ module.exports = [
name : 'Index', name : 'Index',
icon : 'fas fa-bars', icon : 'fas fa-bars',
gen : indexGen, gen : indexGen,
experimental : true
}, },
] ]
}, },

View File

@@ -1,6 +1,6 @@
const dedent = require('dedent-tabs').default; const dedent = require('dedent-tabs').default;
module.exports = () => { module.exports = ()=>{
return dedent` return dedent`
{{index,wide,columns:5; {{index,wide,columns:5;
##### Index ##### Index