Files
FixIt/layouts/partials/init/index.html
T
2024-01-16 16:04:57 +08:00

12 lines
406 B
HTML

{{- .Scratch.Set "version" "v0.3.2-RC" -}}
{{- .Scratch.Set "params" (.Params | merge .Site.Params.page) -}}
{{- .Scratch.Set "this" dict -}}
{{- partial "init/detection-env.html" . -}}
{{- partial "init/detection-version.html" . -}}
{{- partial "init/detection-deprecated.html" . -}}
{{- partial "init/global.html" . -}}
{{- partial "init/patch.html" . -}}
{{- partial "plugin/compatibility.html" . -}}