Skip to content

Commit

Permalink
clicking on a member redirects to theses.fr
Browse files Browse the repository at this point in the history
  • Loading branch information
iuszynski committed Jan 10, 2025
1 parent f2aa56e commit 691b484
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _collections/_people/alexis_brulle.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
layout:
layout: page
name: Alexis Brullé - PhD 2024 (prepared under superv. C Poupon)
title: Alexis Brullé
position: alumni
avatar:
joined: 2020
site: https://theses.fr/2024UPAST080
---

<a class="external" target="_blank" href="https://theses.fr/2024UPAST080">https://theses.fr/2024UPAST080</a>
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="{{ profile.site }}">{{ profile.name }}</a>
<a class="name" href="{{site.url}}/{{site.baseurl}}/{{ profile.site }}">{{ profile.name }}</a>
</div>
{% endif %}
{% endfor %}
Expand Down

0 comments on commit 691b484

Please sign in to comment.