mirror of
https://github.com/danpros/htmly.git
synced 2026-04-20 04:26:22 +05:30
Update themes
This commit is contained in:
parent
e3e393a7bd
commit
65475451a5
11 changed files with 47 additions and 53 deletions
|
|
@ -181,7 +181,7 @@ function edit_content($title, $tag, $url, $content, $oldfile, $destination = nul
|
|||
if ($media !== null) {
|
||||
$post_media = "\n<!--" . $type . " " . $post_media. " " . $type . "-->";
|
||||
} else {
|
||||
$post_image = "";
|
||||
$post_media = "";
|
||||
}
|
||||
$post_content = "<!--t " . $post_title . " t-->" . $post_description . $tagmd . $post_media . "\n\n" . $content;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue