Skip to content

Commit

Permalink
theme(fix): disable those little out of place icons on top of article…
Browse files Browse the repository at this point in the history
… images
  • Loading branch information
davidsneighbour committed Aug 26, 2024
1 parent a550a41 commit 2a601a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/content/components/banner.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{{- $breakPoints := site.Params.dnb.pictures.responsive.halfwidth.break_points -}}
{{- $imageSizes := site.Params.dnb.pictures.responsive.halfwidth.image_sizes -}}

{{- $showControls := "true" -}}
{{- $showControls := false -}}

{{- $config := partials.IncludeCached "func/pictures/getConfiguration.html" . -}}
{{- $default_format := $config.default_format | compare.Default "webp" -}}
Expand Down

0 comments on commit 2a601a1

Please sign in to comment.