This commit is contained in:
2025-05-07 08:59:34 -07:00
parent 78b63b4cd9
commit 9d3242fae0

View File

@@ -3,6 +3,6 @@
get_header();
echo site()->render("flex", site()->getCurrentPost(["content"]));
echo site()->render("flex", site()->getCurrentPost());
get_footer();