Reordered sidebar
This commit is contained in:
parent
0fe38d82c6
commit
30984466c4
1 changed files with 1 additions and 1 deletions
|
@ -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", "social", "recent", "categories", "taglist"]
|
widgets = ["search", "recent", "social", "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
|
||||||
|
|
Loading…
Reference in a new issue