mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 23:38:56 +00:00
12 lines
403 B
HTML
12 lines
403 B
HTML
{{- .Scratch.Set "version" "v0.3.0" -}}
|
|
{{- .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" . -}}
|