mirror of
https://github.com/danpros/htmly.git
synced 2026-04-17 19:26:08 +05:30
Update edit-page.html.php
This commit is contained in:
parent
80b2eefba1
commit
d648a8e542
1 changed files with 1 additions and 1 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue