From c0c3b60fd5d8d6a913473b44b5c6c59531c07138 Mon Sep 17 00:00:00 2001 From: Ro Date: Sun, 19 Dec 2021 13:53:47 -0800 Subject: [PATCH] added feature image to tags to display page --- brain/utility/Sorting.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/brain/utility/Sorting.inc.php b/brain/utility/Sorting.inc.php index ee9fe18..09bec8a 100644 --- a/brain/utility/Sorting.inc.php +++ b/brain/utility/Sorting.inc.php @@ -41,6 +41,7 @@ class Sorting "title" => $page["title"], "slug" => $page["slug"], "path" => $page["path"], + "feature" => $page["feature"], ]); } }