diff --git a/hugo.toml b/hugo.toml index eff89695..6bd8c380 100644 --- a/hugo.toml +++ b/hugo.toml @@ -665,7 +665,7 @@ ignore_list = [] highlight_list = [] # Mermaid configuration. -# See: [Mermaid](http://fixit.lruihao.cn/documentation/content-management/diagrams-support/mermaid/) +# See: [Mermaid](https://fixit.lruihao.cn/docs/content-management/diagrams-support/mermaid/) [params.mermaid] # Whether to enable the Mermaid wrapper. # When enabled, Mermaid diagrams are wrapped with diagram tabs and actions: @@ -750,7 +750,7 @@ h5 = "{h2}.{h3}.{h4}.{h5} {title}" h6 = "{h2}.{h3}.{h4}.{h5}.{h6} {title}" # Mathematical formulas configuration. -# See: [Formula](http://fixit.lruihao.cn/documentation/content-management/markdown-syntax/extended/#formula) +# See: [Formula](https://fixit.lruihao.cn/docs/content-management/markdown-syntax/extended/#formula) [params.math] enable = true # Mathematical formulas rendering engines. diff --git a/layouts/_partials/init/index.html b/layouts/_partials/init/index.html index 9a45e2e6..1bfbb567 100644 --- a/layouts/_partials/init/index.html +++ b/layouts/_partials/init/index.html @@ -1,4 +1,4 @@ -{{- hugo.Store.Set "version" "v1.0.0-mrkcvujg" -}} +{{- hugo.Store.Set "version" "v1.0.0-mrkfkp6z" -}} {{- .Store.Set "this" dict -}} {{- partial "init/detection-env.html" . -}}