Browse Source

include margin class in article meta images

Alexander Avery 3 months ago
parent
commit
1a9d71abe4
  1. 2
      layouts/partials/article-meta.html

2
layouts/partials/article-meta.html

@ -21,5 +21,5 @@
{{ end }} {{ end }}
{{ $image := (.Resources.GetMatch "featured") }} {{ $image := (.Resources.GetMatch "featured") }}
{{ partial "image.html" (dict "image" $image "alt" .Params.featured.alt "class" "shadow featured") }} {{ partial "image.html" (dict "image" $image "alt" .Params.featured.alt "class" "shadow featured margin") }}
</section> </section>

Loading…
Cancel
Save