diff --git a/app/filters.php b/app/filters.php index 3dfc20a..270b531 100644 --- a/app/filters.php +++ b/app/filters.php @@ -44,7 +44,7 @@ array_map(function ($type) { }); }, [ 'index', '404', 'archive', 'author', 'category', 'tag', 'taxonomy', 'date', 'home', - 'front_page', 'page', 'paged', 'search', 'single', 'singular', 'attachment' + 'frontpage', 'page', 'paged', 'search', 'single', 'singular', 'attachment' ]); /**