Update themes

This commit is contained in:
Danang Probo Sayekti 2015-12-01 20:53:28 +07:00
commit 65475451a5
11 changed files with 47 additions and 53 deletions

View file

@ -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;