diff --git a/source/_posts/en/Widgets.md b/source/_posts/en/Widgets.md index eee1354..2c241ec 100644 --- a/source/_posts/en/Widgets.md +++ b/source/_posts/en/Widgets.md @@ -55,14 +55,10 @@ widgets: type: toc --- -
-This article is also available in: 简体中文. -
- -This article covers some widgets supported by Icarus 3. -If you need to display multiple widgets at once, simply add individual widget configuration +This article covers widgets supported by Icarus 3. +To display multiple widgets at once, simply add individual widget configuration to the `widgets` array. -They will appear in the order of their definition. +They will appear in the order of their definitions. The `type` and `position` settings are required for every widget. Here is an example: @@ -78,21 +74,28 @@ widgets: ... {% endcodeblock %} +
+
+This article is also available in +简体中文. +
+
+ -