File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/zh-cn/docs/contribute/style/hugo-shortcodes Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -582,13 +582,13 @@ before the item, or just below the heading for the specific item.
582
582
583
583
To generate a version string for inclusion in the documentation, you can choose from
584
584
several version shortcodes. Each version shortcode displays a version string derived from
585
- the value of a version parameter found in the site configuration file, `config .toml`.
585
+ the value of a version parameter found in the site configuration file, `hugo .toml`.
586
586
The two most commonly used version parameters are `latest` and `version`.
587
587
-->
588
588
## 版本号信息 {#version-strings}
589
589
590
590
要在文档中生成版本号信息,可以从以下几种短代码中选择。每个短代码可以基于站点配置文件
591
- ` config .toml` 中的版本参数生成一个版本号取值。最常用的参数为 ` latest ` 和 ` version ` 。
591
+ ` hugo .toml` 中的版本参数生成一个版本号取值。最常用的参数为 ` latest ` 和 ` version ` 。
592
592
593
593
<!--
594
594
### `{{</* param "version" */>}}`
You can’t perform that action at this time.
0 commit comments