mirror of
https://github.com/danpros/htmly.git
synced 2026-04-19 12:06:22 +05:30
Admin panel revamp and simple menu builder
This commit is contained in:
parent
e722158f28
commit
d1f7d279bd
51 changed files with 2946 additions and 1671 deletions
|
|
@ -5,10 +5,6 @@ $draft = array();
|
|||
$files = glob('content/*/blog/*.md', GLOB_NOSORT);
|
||||
$draft = glob('content/*/draft/*.md', GLOB_NOSORT);
|
||||
|
||||
if (!empty($files) || !empty($draft)) {
|
||||
migrate_old_content();
|
||||
}
|
||||
|
||||
rebuilt_cache('all');
|
||||
|
||||
foreach (glob('cache/page/*.cache', GLOB_NOSORT) as $file) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue