Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
iuszynski committed Jan 10, 2025
1 parent 80ba335 commit 3dbf576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion members.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ permalink: /people/
{% for profile in people_sorted %}
{% if profile.position contains item %}
<div style="text-align: left; padding-left: 5em;">
<a class="name" href="{{site.url}}/{{site.baseurl}}">{{ profile.name }}</a>
<a class="name" href="{{site.url}}/{{site.baseurl}}/{{profile.url}}">{{ profile.name }}</a>
</div>
{% endif %}
{% endfor %}
Expand Down

0 comments on commit 3dbf576

Please sign in to comment.