diff --git a/assets/sass/_theme/sections/persons.sass b/assets/sass/_theme/sections/persons.sass index e974002ddd117c0e9d5e26178148a333df31a5e4..f22c8ccad9e9ea684b4867536b1589b4fc6a2adf 100644 --- a/assets/sass/_theme/sections/persons.sass +++ b/assets/sass/_theme/sections/persons.sass @@ -126,7 +126,7 @@ ol.persons--list &--with-image .hero-text margin-bottom: $spacing-3 - figure + figure picture @extend .avatar @include media-breakpoint-down(desktop) .container diff --git a/layouts/partials/persons/hero-single.html b/layouts/partials/persons/hero-single.html index 2c6f6e83111afb6bc29e93485425243df6be5455..b06f620c75ffeb5c502f7b994315ccfd5570a1d2 100644 --- a/layouts/partials/persons/hero-single.html +++ b/layouts/partials/persons/hero-single.html @@ -13,7 +13,7 @@ {{- partial "header/hero.html" (dict "title" $title - "image" $image + "image" .Params.image "context" . "sizes" site.Params.image_sizes.sections.persons.hero_single ) -}}