From 0ba75643bdf81699f4011e29c6265a45a6534229 Mon Sep 17 00:00:00 2001 From: Conner Harkness Date: Tue, 24 Jun 2025 11:44:31 -0600 Subject: [PATCH] Fixed css and js to use files directory --- lib/PostRender.php | 10 ++++++---- pages/edit/css.php | 2 +- pages/edit/js.php | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/lib/PostRender.php b/lib/PostRender.php index ac12f03..2c18f0d 100644 --- a/lib/PostRender.php +++ b/lib/PostRender.php @@ -3,9 +3,11 @@ { public static function rows($varRows) { + $varParsedown = new Parsedown(); + ?> - - + + @@ -40,8 +42,8 @@ - - + +