Skip to content

Commit

Permalink
Drop visual cue for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
markdumay committed Apr 1, 2024
1 parent f030fa8 commit a5a73fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/assets/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
{{ $width := partial "utilities/GetWidth.html" (dict "path" $logo "height" 30) }}
<img src="{{if $absoluteURL }}{{ absURL $logo }}{{ else }}{{ $logo }}{{ end }}" alt="{{ $title }} logo" height="30"{{ with $width }} width="{{ . }}"{{ end }}>
{{- else -}}
<div class="navbar-title fw-bold bg-info h-100">{{ $title }}</div>
<div class="navbar-title fw-bold h-100">{{ $title }}</div>
{{- end -}}
</a>
</div>
Expand Down

0 comments on commit a5a73fd

Please sign in to comment.