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