mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 07:18:57 +00:00
b274b1b33b
The `hugoVersion.extended` field is deprecated since Hugo v0.153.0 and the version check was removed in v0.153.2. WebP encoding is now supported in all Hugo editions, and LibSass has been replaced by Dart Sass. Since the theme requires Hugo >= 0.161.0, this setting is no longer needed.
11 lines
407 B
HTML
11 lines
407 B
HTML
{{- hugo.Store.Set "version" "v1.0.0-mrpajmty" -}}
|
|
{{- .Store.Set "this" dict -}}
|
|
|
|
{{- partial "init/detection-env.html" . -}}
|
|
{{- partial "init/detection-version.html" . -}}
|
|
{{- partial "init/detection-deprecated.html" . -}}
|
|
{{- partial "init/detection-pagefind.html" . -}}
|
|
{{- partial "init/detection-encryption.html" . -}}
|
|
{{- partial "init/global.html" . -}}
|
|
{{- partial "init/compatibility.html" . -}}
|