mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
405024989c
- Change sw-toast default from `display: flex` to `display: none` with proper CSS discrete transition - Add `display: flex` in `.visible` state and `allow-discrete` transition for display property - Restore production-only guard for SW notification and webmanifest templates - Fix PWA config enable to always be true when template is rendered - Fix extra space in head/index.html conditional
11 lines
407 B
HTML
11 lines
407 B
HTML
{{- hugo.Store.Set "version" "v1.0.0-mrizf1fk" -}}
|
|
{{- .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" . -}}
|