发布日期: 2025-04-14
版本号: v0.146.4

Hugo模板引擎更新包括:修复无后缀局部模板的问题、避免错误返回语句导致的崩溃、修正嵌套文件夹中短代码的识别问题、为模板解析错误添加文件上下文信息,以及使旧式语法中的模板调用保持兼容。

更新内容 (中文)

变更内容

  • tpl:修复无后缀的 partial 文件问题 65c94c7b2 @bep #13601
  • tpl:避免因无意义的 return 构造导致 panic e8e8ce10d @bep #13600
  • tpl:修复嵌套文件夹中 shortcode 的匹配问题 cf9e6904c @bep #13605
  • tpl:为模板解析错误添加正确的文件上下文 8a2830f2d @bep #13604
  • tpl:使 {{ template "partials/foo.html" . }} 在旧版配置中正常工作 1e0287f47 @bep #13599

更新内容 (原始)

What’s Changed

  • tpl: Fix issue with partials without suffix 65c94c7b2 @bep #13601
  • tpl: Avoid panic on nonsensical return construct e8e8ce10d @bep #13600
  • tpl: Fix the case for a shortcode in a nested folder only cf9e6904c @bep #13605
  • tpl: Add proper file context to template parse errors 8a2830f2d @bep #13604
  • tpl: Make {{ template “partials/foo.html” . }} work in older setups 1e0287f47 @bep #13599

下载链接