mirror of
https://github.com/danpros/htmly.git
synced 2026-04-17 11:16:00 +05:30
Improve styling
This commit is contained in:
parent
e106a971df
commit
fcb013948c
2 changed files with 4 additions and 4 deletions
|
|
@ -454,10 +454,10 @@ function edit_content($title, $tag, $url, $content, $oldfile, $revertPost, $publ
|
|||
$postdate = strtotime($timestamp);
|
||||
|
||||
// The post URL
|
||||
if (config('permalink.type') == 'post') {
|
||||
$posturl = site_url() . 'post/' . $post_url;
|
||||
} else {
|
||||
if (permalink_type() == 'default') {
|
||||
$posturl = site_url() . date('Y/m', $postdate) . '/' . $post_url;
|
||||
} else {
|
||||
$posturl = site_url() . permalink_type() . '/' . $post_url;
|
||||
}
|
||||
|
||||
save_tag_i18n($post_tag, $post_tagmd);
|
||||
|
|
|
|||
2
system/resources/css/adminlte.min.css
vendored
2
system/resources/css/adminlte.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue