Skip to content

Commit

Permalink
Minor fix: cv_link relative url
Browse files Browse the repository at this point in the history
  • Loading branch information
luost26 committed Oct 22, 2024
1 parent 0400ecc commit df45c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/widgets/profile_card.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
{{ site.data.profile.short_bio }}
</div>
{% if site.data.profile.cv_link %}
<a target="_blank" href="{{ site.data.profile.cv_link }}"><i class="fas fa-file-alt"></i> Curriculum Vitae</a> <br/>
<a target="_blank" href="{{ site.data.profile.cv_link | relative_url }}"><i class="fas fa-file-alt"></i> Curriculum Vitae</a> <br/>
{% endif %}
</div>

Expand Down

0 comments on commit df45c22

Please sign in to comment.