{{- /* utility-bar.html (partial): Renders a bar that contains a language switch, search button, and color scheme toggle button Features: - Multilingual switch. - Search button (Pagefind). - Toggle color scheme button (light/dark) Dependencies: `partial "components/multilingual.html"` Conditions for Display: - At least two language blocks must be defined for the language switch (multilingual partial condition) to be rendered. - The `pagefind_enabled` key must be set to `true` in `config/_default/params.toml` for the search button. Repo: https://github.com/oxypteros/alpha */ -}}
{{- partial "components/multilingual.html" . -}}
{{- if eq .Site.Params.pagefind_enabled true }} {{- end }}