diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/pages/blog/2026-04-27.php | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/pages/blog/2026-04-27.php b/src/pages/blog/2026-04-27.php new file mode 100644 index 0000000..e5126a3 --- /dev/null +++ b/src/pages/blog/2026-04-27.php @@ -0,0 +1,18 @@ +<?php + + $blog_title = "test"; + + ob_start(); +?> + +<h1>test page</h1> + +<p>welcome to my blog! currently it's empty but at some point i'm gonna fill it out with shit. idk yet tho.</p> + +<?php + + $blog_content = ob_get_clean(); + + include "_builder.php"; + +?> |
