mirror of
https://github.com/danpros/htmly.git
synced 2026-04-19 03:56:21 +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;
|
$olddescription = $p->description;
|
||||||
$oldcontent = $p->body;
|
$oldcontent = $p->body;
|
||||||
$oldmd = $p->md;
|
$oldmd = $p->md;
|
||||||
$url = 'content/data/category/'. $p->md;
|
$url = 'content/data/category/'. $p->md . '.md';
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
if (isset($p->file)) {
|
if (isset($p->file)) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue