Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion exampleSite/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ require (
github.com/gethinode/mod-bootstrap-icons v1.4.0 // indirect
github.com/gethinode/mod-cookieyes/v2 v2.2.6 // indirect
github.com/gethinode/mod-fontawesome/v5 v5.0.5 // indirect
github.com/gethinode/mod-utils/v5 v5.10.0 // indirect
github.com/gethinode/mod-utils/v5 v5.11.0 // indirect
github.com/twbs/icons v1.13.1 // indirect
)
4 changes: 2 additions & 2 deletions exampleSite/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ github.com/gethinode/mod-cookieyes/v2 v2.2.6 h1:/DQm8OYpms0On8wuosQER47TplVu/3z7
github.com/gethinode/mod-cookieyes/v2 v2.2.6/go.mod h1:tULb7D7CoTycGUyL7ryqHJKaX11XuL2SN+XwP7/DI0Y=
github.com/gethinode/mod-fontawesome/v5 v5.0.5 h1:XRUZn3pHp7Bzz+Y7IQTRsdJYAhiClygrYOoOBkyBtT4=
github.com/gethinode/mod-fontawesome/v5 v5.0.5/go.mod h1:iLRUmdb788apYTXA4LmVyeBkTKPPyiMX41poFQbYiVU=
github.com/gethinode/mod-utils/v5 v5.10.0 h1:NlofAfa1YILV9pwS8vMkEwVUdrnKCoIlVwJPm3+UVGs=
github.com/gethinode/mod-utils/v5 v5.10.0/go.mod h1:PwQN4oOjA6k/vet11JueJ9asZMgL0DBa3jyS9tPkBWU=
github.com/gethinode/mod-utils/v5 v5.11.0 h1:1BO9uK0zecHF6dNJcqX8NFNHSIdizlyj88n9ylLUsDc=
github.com/gethinode/mod-utils/v5 v5.11.0/go.mod h1:PwQN4oOjA6k/vet11JueJ9asZMgL0DBa3jyS9tPkBWU=
github.com/twbs/icons v1.13.1 h1:6bmNXvoeIbvjFWjfbjXg5JGbelLD1haIsMaEIzE9UZI=
github.com/twbs/icons v1.13.1/go.mod h1:GnRlymgVWp5iVJCMa0Me5b6tFyGpVc2bSxPMRGIJmyA=
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/gethinode/mod-lottie/v2 v2.0.1 // indirect
github.com/gethinode/mod-mermaid/v3 v3.0.1 // indirect
github.com/gethinode/mod-simple-datatables/v3 v3.0.0 // indirect
github.com/gethinode/mod-utils/v5 v5.10.0 // indirect
github.com/gethinode/mod-utils/v5 v5.11.0 // indirect
github.com/nextapps-de/flexsearch v0.0.0-20250907103239-defb38b083f0 // indirect
github.com/twbs/bootstrap v5.3.8+incompatible // indirect
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ github.com/gethinode/mod-utils/v5 v5.9.0 h1:mceeUGOqlmybuH/Z/9UT5QEjcgWJ4SAYl5vV
github.com/gethinode/mod-utils/v5 v5.9.0/go.mod h1:PwQN4oOjA6k/vet11JueJ9asZMgL0DBa3jyS9tPkBWU=
github.com/gethinode/mod-utils/v5 v5.10.0 h1:NlofAfa1YILV9pwS8vMkEwVUdrnKCoIlVwJPm3+UVGs=
github.com/gethinode/mod-utils/v5 v5.10.0/go.mod h1:PwQN4oOjA6k/vet11JueJ9asZMgL0DBa3jyS9tPkBWU=
github.com/gethinode/mod-utils/v5 v5.11.0 h1:1BO9uK0zecHF6dNJcqX8NFNHSIdizlyj88n9ylLUsDc=
github.com/gethinode/mod-utils/v5 v5.11.0/go.mod h1:PwQN4oOjA6k/vet11JueJ9asZMgL0DBa3jyS9tPkBWU=
github.com/nextapps-de/flexsearch v0.0.0-20250907103239-defb38b083f0 h1:55phPhe6fDjfjG0jX4+br3nLORKgjgx8abZUdI0YJRA=
github.com/nextapps-de/flexsearch v0.0.0-20250907103239-defb38b083f0/go.mod h1:5GdMfPAXzbA2gXBqTjC6l27kioSYzHlqDMh0+wyx7sU=
github.com/twbs/bootstrap v5.3.8+incompatible h1:eK1fsXP7R/FWFt+sSNmmvUH9usPocf240nWVw7Dh02o=
Expand Down
4 changes: 2 additions & 2 deletions layouts/_partials/assets/helpers/navbar-mode.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"details" (slice "Replace 'main.colorMode.iconDark' with 'icons.colorModeDark'")
) -}}
{{- end -}}
{{- $iconLight := partial "utilities/GetThemeIcon.html" (dict "id" "iconLight" "alias" site.Params.main.colorMode.iconLight "default" "fas sun") -}}
{{- $iconDark := partial "utilities/GetThemeIcon.html" (dict "id" "iconDark" "alias" site.Params.main.colorMode.iconDark "default" "fas moon") -}}
{{- $iconLight := partial "utilities/GetThemeIcon.html" (dict "id" "colorModeLight" "alias" site.Params.main.colorMode.colorModeLight "default" "fas sun") -}}
{{- $iconDark := partial "utilities/GetThemeIcon.html" (dict "id" "colorModeDark" "alias" site.Params.main.colorMode.colorModeDark "default" "fas moon") -}}
{{- $fs := site.Params.navigation.fontsizeCollapsed | default 6 -}}

<li class="nav-link navbar-fs-{{ $fs }} navbar-{{ $breakpoint }}-fs d-flex mode-{{ cond $toggle "toggle" "switch" }} align-items-center" id="{{ $id }}">
Expand Down
4 changes: 2 additions & 2 deletions layouts/_partials/assets/links.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"icon" .icon
"outline" .outline
"button-size" "md"
"order" $order
"order" (or .order $order)
"justify" $justify
"link-type" $type
) }}
Expand All @@ -85,7 +85,7 @@
"title" $title
"icon" .icon
"outline" .outline
"order" $order
"order" (or .order $order)
"justify" $justify
"link-type" $type
) }}
Expand Down