Files
FixIt/layouts/partials/init/index.html
T
2023-09-16 21:30:20 +08:00

12 lines
410 B
HTML

{{- .Scratch.Set "version" "v0.2.18-lts.1" -}}
{{- .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" . -}}