From 34433e8e5734becec473fef1d7efa478191be621 Mon Sep 17 00:00:00 2001 From: Catalin Constantin Mititiuc Date: Mon, 16 Jun 2025 20:18:04 -0700 Subject: [PATCH] Remove debug info --- blog.html | 1 - index.html | 4 ---- moon-test.moon | 19 ------------------- templates/blog.html | 2 -- templates/index.html | 2 -- templates/root.html | 1 - templates/wares.html | 2 -- 7 files changed, 31 deletions(-) delete mode 100644 moon-test.moon diff --git a/blog.html b/blog.html index 230e60e..ab3e0eb 100644 --- a/blog.html +++ b/blog.html @@ -1,4 +1,3 @@

Posts

- $list_posts diff --git a/index.html b/index.html index 28590cb..2e902ed 100644 --- a/index.html +++ b/index.html @@ -2,14 +2,10 @@ date: "Thu May 08 2025 19:41:30.000000000" } -

index.html

- - $render{"templates/wares"}

Posts

- $(list_posts(5))

diff --git a/moon-test.moon b/moon-test.moon deleted file mode 100644 index a0f75fa..0000000 --- a/moon-test.moon +++ /dev/null @@ -1,19 +0,0 @@ --- page = require("sitegen.page").Page --- require("moon").p page --- p = page! --- require("moon").p p - -html -> - -- tag = - -- tag.inner = "this is a link" - -- tag.attributes = { href: "." } - - -- require("moon").p page.get_root - - div { style: "border: 1px solid black;" - "this is a link inside a div" - -- tag["a"] { "some", href: "." } - -- tag["a"] { href: @root .. "/", "link text" } - - a { "link text", href: @root .. "/" } - } diff --git a/templates/blog.html b/templates/blog.html index 5bfb1ef..7ebb9c6 100644 --- a/templates/blog.html +++ b/templates/blog.html @@ -1,5 +1,3 @@ -

templates/blog.html

- $wrap{"root"}
diff --git a/templates/index.html b/templates/index.html index 4ea2b20..6e32e66 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,5 +1,3 @@ -

templates/index.html

- $wrap{"root"}
diff --git a/templates/root.html b/templates/root.html index 75fb775..d044ebf 100644 --- a/templates/root.html +++ b/templates/root.html @@ -14,7 +14,6 @@ -

templates/root.html

Web Dev Solutions

diff --git a/templates/wares.html b/templates/wares.html index ec36544..da20b02 100644 --- a/templates/wares.html +++ b/templates/wares.html @@ -1,5 +1,3 @@ -

templates/wares.html

-

Wares