diff --git a/src/pg/core/_master-index.pug b/src/pg/core/_master-index.pug index 95646c5..7a89097 100644 --- a/src/pg/core/_master-index.pug +++ b/src/pg/core/_master-index.pug @@ -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") - - - - - - - - - - - - - - -