mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 23:38:56 +00:00
d81d1a0ff4
The reward SCSS was under pages/posts/ so it only loaded on post pages. Moving it to pages/shared/shortcodes/ makes it available on all page types (e.g. community page).
11 lines
407 B
HTML
11 lines
407 B
HTML
{{- hugo.Store.Set "version" "v1.0.0-mrkcvujg" -}}
|
|
{{- .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" . -}}
|