Update edit-page.html.php

This commit is contained in:
danpros 2024-01-09 15:29:17 +07:00
commit d648a8e542

View file

@ -35,7 +35,7 @@ if ($type == 'is_frontpage') {
$olddescription = $p->description;
$oldcontent = $p->body;
$oldmd = $p->md;
$url = 'content/data/category/'. $p->md;
$url = 'content/data/category/'. $p->md . '.md';
} else {
if (isset($p->file)) {