diff --git a/libs/functions.php b/libs/functions.php index 11ca492..b64e473 100644 --- a/libs/functions.php +++ b/libs/functions.php @@ -14,7 +14,7 @@ * Learn more about what you can customize here: http://daux.io */ -require_once dirname( __FILE__) . '/libs/markdown_extended.php'); +require_once dirname( __FILE__) . '/markdown_extended.php'; // Check for homepage $homepage = (get_uri(false) === "") ? true : false;