From 3852cf8f4ba21df6216395753315472191e71bfb Mon Sep 17 00:00:00 2001 From: Ciro Mattia Gonano Date: Wed, 5 Apr 2017 11:13:07 +0200 Subject: [PATCH] front_page -> frontpage Fix regression, see https://github.com/roots/sage/commit/6ca3b3faa7e3ec29d01016fdc7bd656ff0e8a64e --- app/filters.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ]); /**