Fixes #10 Force status for core patterns to complete
This commit is contained in:
parent
b60c118e41
commit
2c117442af
@ -29,6 +29,9 @@ mixin show-content(items, path)
|
|||||||
|
|
||||||
- path = (path == "" ? "" : path + "/") + items.name.toPath()
|
- path = (path == "" ? "" : path + "/") + items.name.toPath()
|
||||||
|
|
||||||
|
if items.core == true
|
||||||
|
- items.status = "complete"
|
||||||
|
|
||||||
article(id=path.replace(/\//g, "-").toPath()
|
article(id=path.replace(/\//g, "-").toPath()
|
||||||
data-name=items.name
|
data-name=items.name
|
||||||
data-status=items.status
|
data-status=items.status
|
||||||
@ -77,18 +80,3 @@ html(lang= lang )
|
|||||||
+show-content(category, "")
|
+show-content(category, "")
|
||||||
|
|
||||||
script(src="assets/scaffolding-min.js")
|
script(src="assets/scaffolding-min.js")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user