redesign 2023
This commit is contained in:
11
themes/FixIt/layouts/partials/init/index.html
Normal file
11
themes/FixIt/layouts/partials/init/index.html
Normal file
@ -0,0 +1,11 @@
|
||||
{{- .Scratch.Set "version" "v0.2.18" -}}
|
||||
{{- .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" . -}}
|
Reference in New Issue
Block a user