Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
breck7 committed Sep 28, 2024
1 parent 039eb0a commit 2c5d384
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/conceptPage.scroll
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ importOnly
replace BASE_URL ..
replaceJs TEMPLATE
{
const code = codeAtStart.replace("import ../code/conceptPage.scroll\n", "");
const code = codeAtStart.replace("../code/conceptPage.scroll\n", "");
const particle = new Particle(codeAtStart)
const template = `title ${particle.get("name")}\nprintTitle\ncode\n ${code.replace(/\n/g, "\n ")}`;
template;
}
Expand Down

0 comments on commit 2c5d384

Please sign in to comment.