fix order of widgets
Deploy Website / build (push) Failing after 4m29s
Details
Deploy Website / build (push) Failing after 4m29s
Details
This commit is contained in:
parent
ef9223b9a9
commit
6e671a7765
|
@ -59,7 +59,7 @@ unsafe= true
|
||||||
list = "right" # Configure layout for list pages
|
list = "right" # Configure layout for list pages
|
||||||
single = false # Configure layout for single pages
|
single = false # Configure layout for single pages
|
||||||
# Enable widgets in given order
|
# Enable widgets in given order
|
||||||
widgets = ["search", "recent", "types", "categories", "taglist", "social", "languages"]
|
widgets = ["search", "recent", "types", "social", "categories", "taglist", "languages"]
|
||||||
|
|
||||||
[Params.widgets.social]
|
[Params.widgets.social]
|
||||||
# Enable parts of social widget
|
# Enable parts of social widget
|
||||||
|
|
Loading…
Reference in New Issue