From eb1f0bea1e7823e2f0f6d0b79b719de260783e73 Mon Sep 17 00:00:00 2001 From: MattTheTekie <94870997+MattTheTekie@users.noreply.github.com> Date: Fri, 17 Apr 2026 10:57:42 -0400 Subject: [PATCH] Change startingView to default and expand Extras Updated starting view and collapsed state in configuration. --- public/conf.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/conf.yml b/public/conf.yml index b6288631..91bcf574 100644 --- a/public/conf.yml +++ b/public/conf.yml @@ -6,7 +6,7 @@ pageInfo: # Optional app settings and configuration appConfig: theme: callisto - startingView: minimal + startingView: default # Main content - An array of sections, each containing an array of items sections: - name: Media & Entertainment @@ -231,7 +231,7 @@ sections: - name: Extras icon: fas fa-rocket displayData: - collapsed: true + collapsed: false items: - title: GitHub description: Source Code, Issues and Pull Requests