diff --git a/cache/installedVersion.json b/cache/installedVersion.json index dd46971..4a80ec5 100644 --- a/cache/installedVersion.json +++ b/cache/installedVersion.json @@ -1,4 +1,4 @@ { "id": 782014, - "tag_name": "v2.7.2" + "tag_name": "v2.7.3" } diff --git a/system/htmly.php b/system/htmly.php index 5c8f71e..083acdf 100644 --- a/system/htmly.php +++ b/system/htmly.php @@ -58,7 +58,7 @@ get('/index', function () { 'bodyclass' => 'in-front', 'breadcrumb' => '', 'p' => $front, - 'type' => 'is_front', + 'type' => 'is_frontpage', 'is_front' => true, ), $layout); @@ -96,7 +96,7 @@ get('/index', function () { 'description' => blog_description(), 'canonical' => site_url(), 'bodyclass' => 'no-posts', - 'type' => 'is_front', + 'type' => 'is_frontpage', 'is_front' => true, ), $layout); @@ -112,7 +112,7 @@ get('/index', function () { 'bodyclass' => 'in-front', 'breadcrumb' => '', 'pagination' => has_pagination($total, $perpage, $page), - 'type' => 'is_front', + 'type' => 'is_frontpage', 'is_front' => true, ), $layout); @@ -271,7 +271,7 @@ get('/edit/profile', function () { 'title' => 'Edit profile - ' . blog_title(), 'description' => blog_description(), 'canonical' => site_url(), - 'type' => 'is_admin', + 'type' => 'is_profile', 'is_admin' => true, 'bodyclass' => 'edit-profile', 'breadcrumb' => '' . config('breadcrumb.home') . ' » Edit profile', @@ -312,7 +312,7 @@ post('/edit/profile', function () { 'error' => '