Skip to content

Commit 0633410

Browse files
committed
_includes/components/card_formation.njk: Display "contact"
Instead of the complete email address.
1 parent d859582 commit 0633410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/components/card_formation.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</h3>
1010
<p class="fr-card__desc">{{ card.description }}</p>
1111
<div class="fr-card__start">
12-
<p><a href="mailto:{{ card.email }}">{{ card.email }}</a></p>
12+
<p><a href="{{ card.email }}">Contact</a></p>
1313
</div>
1414
<div class="fr-card__end">
1515
<h6>Formations</h6>

0 commit comments

Comments
 (0)