File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9898 "title" $title
9999 "image-height" $height
100100 "mode" $mode
101- "class" (printf "h-100 %s" $class)
101+ "class" $class
102102 ) }}
103103 {{ end }}
104104{{ end }}
147147 {{ end }}
148148
149149 {{/* Insert the brand logo or name */}}
150- < div class ="width-100 width-{{ $args.breakpoint }}-auto {{ if not $logo }}my-auto {{ end }} {{ if eq $align " center " }}text-center{{ end }} ">
151- < a class ="navbar-brand " href ="{{ site.Home.RelPermalink }} " aria-label ="{{ T "home " }}">
150+ < div class ="width-100 d-flex align-items-center width-{{ $args.breakpoint }}-auto ">
151+ < a class ="navbar-brand{{ if eq $align " center " }} mx-auto{{ end }} " href="{{ site.Home.RelPermalink }} " aria-label ="{{ T "home " }}">
152152 {{- with $logo -}}{{ . }}{{- else -}}< div class ="p-0 navbar-title-{{ $align }} fw-bold h-100 "> {{ $title }}</ div > {{- end -}}
153153 </ a >
154154 </ div >
You can’t perform that action at this time.
0 commit comments