mirror of
https://github.com/JuanCanham/fresh-theme-elegant.git
synced 2024-11-21 15:50:10 +00:00
Fix the image source variable call
This commit is contained in:
parent
4b73815990
commit
a58559cda4
@ -2,7 +2,7 @@
|
|||||||
<div class="card profile-card"><span class="profile-pic-container">
|
<div class="card profile-card"><span class="profile-pic-container">
|
||||||
<div class="profile-pic">
|
<div class="profile-pic">
|
||||||
{{#if r.info.image}}
|
{{#if r.info.image}}
|
||||||
<img data-src="holder.js/100x100" alt="{{{r.name}}}" src="{{r.info.image}}" itemprop="image" class="media-object img-circle center-block"/>
|
<img data-src="holder.js/100x100" alt="{{{r.name}}}" src="{{{r.info.image}}}" itemprop="image" class="media-object img-circle center-block"/>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
<div class="name-and-profession text-center"><h3 itemprop="name"><b>{{{r.name}}}</b></h3><h5 itemprop="jobTitle" class="text-muted">{{r.info.label}}</h5></div></span>
|
<div class="name-and-profession text-center"><h3 itemprop="name"><b>{{{r.name}}}</b></h3><h5 itemprop="jobTitle" class="text-muted">{{r.info.label}}</h5></div></span>
|
||||||
|
Loading…
Reference in New Issue
Block a user