From 6e671a7765ee578b27dff444afc0044a5870f032 Mon Sep 17 00:00:00 2001 From: James Ravenscroft Date: Sun, 23 Jul 2023 20:53:20 +0100 Subject: [PATCH] fix order of widgets --- brainsteam/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brainsteam/config.toml b/brainsteam/config.toml index 377c14c..92117af 100644 --- a/brainsteam/config.toml +++ b/brainsteam/config.toml @@ -59,7 +59,7 @@ unsafe= true list = "right" # Configure layout for list pages single = false # Configure layout for single pages # Enable widgets in given order - widgets = ["search", "recent", "types", "categories", "taglist", "social", "languages"] + widgets = ["search", "recent", "types", "social", "categories", "taglist", "languages"] [Params.widgets.social] # Enable parts of social widget