Reordered sidebar

This commit is contained in:
Nis Wechselberg 2023-01-30 17:30:01 +01:00
parent ce27df6f0d
commit 0fe38d82c6

View file

@ -94,7 +94,7 @@ paginatePath = "page"
list = "right" # Configure layout for list pages list = "right" # Configure layout for list pages
single = "right" # Configure layout for single pages single = "right" # Configure layout for single pages
# Enable widgets in given order # Enable widgets in given order
widgets = ["search", "recent", "categories", "taglist", "social"] widgets = ["search", "social", "recent", "categories", "taglist"]
[Params.widgets] [Params.widgets]
recent_num = 5 # Set the number of articles in the "Recent articles" widget recent_num = 5 # Set the number of articles in the "Recent articles" widget