<div class="content">
{{ $a := .Params.author}}
{{ $author := .Site.Data.authors.$author }}
<h3>{{ $author.name}}</h3>
<img src="{{$author.image }}" alt="">
</div>
how to solve this problem?
I’m trying to combine variable data with param from page