From 0fe38d82c680750c2e915bc22254351c4ca91d0a Mon Sep 17 00:00:00 2001 From: Nis Wechselberg Date: Mon, 30 Jan 2023 17:30:01 +0100 Subject: [PATCH] Reordered sidebar --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 4772104..839987c 100644 --- a/config.toml +++ b/config.toml @@ -94,7 +94,7 @@ paginatePath = "page" list = "right" # Configure layout for list pages single = "right" # Configure layout for single pages # Enable widgets in given order - widgets = ["search", "recent", "categories", "taglist", "social"] + widgets = ["search", "social", "recent", "categories", "taglist"] [Params.widgets] recent_num = 5 # Set the number of articles in the "Recent articles" widget