Skip to content

Commit

Permalink
try to fix images
Browse files Browse the repository at this point in the history
  • Loading branch information
luiztauffer committed Dec 11, 2024
1 parent da375b1 commit 7a1f943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/team/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h1>{{ .Title }}</h1>
<div class="team-list">
{{ range site.Data.team_members }}
<div class="team-member">
<img src="{{ .photo }}" alt="{{ .name }}" class="team-photo">
<img src="{{ .Site.BaseURL | relURL }}{{ .photo }}" alt="{{ .name }}" class="team-photo">
<div class="team-info">
<h2>{{ .name }}</h2>
<p>{{ .info | safeHTML }}</p>
Expand Down

0 comments on commit 7a1f943

Please sign in to comment.