path.Join
少于1分钟
将以下英文翻译为中文:
path.Join
https://gohugo.io/functions/path.join/
Join path elements into a single path.
语法
path.Join ELEMENT...
path.Join joins path elements into a single path, adding a separating slash if necessary. All empty strings are ignored.
Note: All path elements on Windows are converted to slash (’/’) separators.
| |
另请参阅
最后修改 June 1, 2023: 新增一个配置参数:sidebar_menu_truncate = 500 用于解决菜单不全的问题 (27810f1)