Skip to content

Commit

Permalink
Update banner.html
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Mar 24, 2024
1 parent 1c3a1b3 commit 0f1b43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/partials/banner.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
{{- $config := imageConfig (path.Join "/src/static" $src) -}}
{{- $classes := "d-block img-fluid rounded-3 mb-4" -}}

<img src="{{ $src }}" class="{{ $classes }}" alt="" width="{{ $config.Width }}" height="{{ $config.Height }}" loading="lazy">
<img src="{{ $src }}" class="{{ $classes }}" alt="" width="{{ $config.Width }}" height="{{ $config.Height }}">

0 comments on commit 0f1b43f

Please sign in to comment.