append
少于1分钟
将以下英文翻译为中文:
append
https://gohugo.io/functions/append/
append appends one or more values to a slice and returns the resulting slice.
语法
COLLECTION | append VALUE [VALUE]...
COLLECTION | append COLLECTION
An example appending single values:
| |
The same example appending a slice to a slice:
| |
The append function works for all types, including Pages.
另请参阅
最后修改 June 1, 2023: 新增一个配置参数:sidebar_menu_truncate = 500 用于解决菜单不全的问题 (27810f1)