From 2c117442afb374f2fb062f9b62257fa720632fe1 Mon Sep 17 00:00:00 2001 From: "Alexander (M2)" Date: Tue, 3 Sep 2024 17:43:07 -0400 Subject: [PATCH] Fixes #10 Force status for core patterns to complete --- src/pg/core/_master-index.pug | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) 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") - - - - - - - - - - - - - - -