mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-25 07:48:54 +00:00
12 lines
407 B
HTML
12 lines
407 B
HTML
{{- .Scratch.Set "version" "v0.2.17-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" . -}}
|