Fixes #10 Force status for core patterns to complete

This commit is contained in:
A McIlwraith 2024-09-03 17:43:07 -04:00
parent b60c118e41
commit 2c117442af

View File

@ -29,6 +29,9 @@ mixin show-content(items, path)
- path = (path == "" ? "" : path + "/") + items.name.toPath()
if items.core == true
- items.status = "complete"
article(id=path.replace(/\//g, "-").toPath()
data-name=items.name
data-status=items.status
@ -77,18 +80,3 @@ html(lang= lang )
+show-content(category, "")
script(src="assets/scaffolding-min.js")