Skip to content

Commit

Permalink
fix(projectsSummary.html): use BaseURL + prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Collinbrown95 committed May 2, 2024
1 parent 55fdb51 commit 6a84771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/projectsSummary.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ <h3 class="mb-3"><a href="{{ .Permalink }}">{{ .Title }}</a></h3>

<div class="resume-content" style="width:200px;">
{{with .Params.image }}
<img src="{{ . }}" style="height:150px;width:150px;"/>
<img src="{{ $.Site.BaseURL }}/{{ . }}" style="height:150px;width:150px;"/>
{{ end }}
</div>
<div class="resume-date">
Expand Down

0 comments on commit 6a84771

Please sign in to comment.