Skip to content

Commit

Permalink
Closes HugoBlox#1436
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeacock29 committed Nov 24, 2019
1 parent 037d75f commit ed60d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{{if $show_logo}}
<a class="navbar-brand" href="{{ "/" | relLangURL }}">
{{- if site.Params.logo -}}
<img src="{{ printf "/img/%s" site.Params.logo | relURL }}" alt="{{ site.Title }}">
<img class="img-responsive" src="{{ printf "/img/%s" site.Params.logo | relURL }}" alt="{{ site.Title }}">
{{- else -}}
{{- site.Title -}}
{{- end -}}
Expand Down

0 comments on commit ed60d78

Please sign in to comment.