Reordered sidebar
This commit is contained in:
parent
ce27df6f0d
commit
0fe38d82c6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue