File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
{{- $backgroundColor := cond .IsHome "bg-dark" "bg-white" -}}
3
3
{{- $navBorderColor := cond .IsHome "border-transparent" "border-primary" -}}
4
4
{{- $currentRelPermalink := .RelPermalink -}}
5
- < nav x-init ="determineGitHubStargazersCount('{{ .Site.Language.Lang }}') " class ="w-full max-h-screen text-{{ $textColor }} fixed lg:px-8 {{ $backgroundColor }} shadow z-50 ">
6
- < div class ="flex justify-between items-stretch w-full ">
5
+ < nav x-init ="determineGitHubStargazersCount('{{ .Site.Language.Lang }}') " class ="w-full max-h-screen text-{{ $textColor }} fixed {{ $backgroundColor }} shadow z-50 ">
6
+ < div class ="flex justify-between items-stretch w-full lg:px-8 ">
7
7
<!-- Regular Navigation -->
8
8
< div class ="flex items-stretch ">
9
9
<!-- Toggle Button for Smartphone Navigation -->
You can’t perform that action at this time.
0 commit comments