|
@ -1,7 +1,7 @@ |
|
|
<article class="shadow float-on-hover card"> |
|
|
<article class="shadow float-on-hover card"> |
|
|
<div class="article-image"> |
|
|
<div class="article-image"> |
|
|
<a href=" {{ .Permalink }}"> |
|
|
<a href=" {{ .Permalink }}"> |
|
|
{{ $image := .Resources.GetMatch .Params.featured.url }} |
|
|
{{ $image := .Resources.GetMatch "featured" }} |
|
|
{{ partial "image.html" (dict "image" $image "alt" .Params.featured.alt "class" "fill-wh")}} |
|
|
{{ partial "image.html" (dict "image" $image "alt" .Params.featured.alt "class" "fill-wh")}} |
|
|
</a> |
|
|
</a> |
|
|
</div> |
|
|
</div> |
|
|