fix(contactTo): define emailSlug if needed
This commit is contained in:
parent
0ad9951d77
commit
0806f09b4c
@ -26,7 +26,11 @@ permalink: '/members/{{ member.fileSlug }}/contact/'
|
||||
<img src="{{ memberData.profile }}" alt="photo de {{ memberData.name }}">
|
||||
</div>
|
||||
<div class="member__bio">
|
||||
{% set contactMember = member.fileSlug | replace("-",".") %}
|
||||
{% if memberData.emailSlug %}
|
||||
{% set contactMember = memberData.emailSlug %}
|
||||
{% else %}
|
||||
{% set contactMember = member.fileSlug | replace("-",".") %}
|
||||
{% endif %}
|
||||
{% include "partials/components/contact-form.njk" %}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -8,6 +8,7 @@ personalSite: 'https://consometers.org/'
|
||||
url: '/members/elias-martin-morisse'
|
||||
socialLinkedin: 'https://www.linkedin.com/in/elias-martin-morisse-073a3247/'
|
||||
socialMastodon: 'https://mamot.fr/@jaxom_kaplan'
|
||||
emailSlug: 'elias.martin-morisse'
|
||||
tags: [numérique, coopération, gestion-projet, libre, énergie, nextcloud]
|
||||
location: [47.6514, -2.0839]
|
||||
---
|
||||
|
@ -9,6 +9,7 @@ socialTwitter: 'https://twitter.com/AstrolabeCae'
|
||||
socialLinkedin: 'https://www.linkedin.com/in/florentls/'
|
||||
socialMastodon: 'https://framapiaf.org/@AstrolabeCAE'
|
||||
url: '/members/florent-le-saout'
|
||||
emailSlug: 'florent.lesaout'
|
||||
tags: [ linux, dev, securité, libre, embarqué, gestion-projet, sensibilisation, education-populaire, animation, yocto, bootloader, FAE, CTS, gestion-client, C++, C, kernel]
|
||||
location: [48.18163, -1.64052]
|
||||
---
|
||||
|
@ -9,6 +9,7 @@ socialTwitter: 'https://twitter.com/JO_Interstices'
|
||||
socialLinkedin: 'https://www.linkedin.com/in/jacques-olivier-farcy-3806121a2'
|
||||
socialMastodon: 'https://mamot.fr/@Jolivier'
|
||||
url: '/members/jacques-olivier-farcy'
|
||||
emailSlug: 'jacques-olivier.farcy'
|
||||
tags: [ conseil, numérique, level-designer ,visio, libre, open-source, sculpteur ]
|
||||
location: [48.1113, -1.6792]
|
||||
---
|
||||
|
@ -5,6 +5,7 @@ positionInternal: 'Membre'
|
||||
date: '2023-07-01'
|
||||
profile: '/images/profiles/jafm-profile.jpeg'
|
||||
url: '/members/jaf-marchandise'
|
||||
emailSlug: 'jacques-francois.marchandise'
|
||||
tags: [Conseil, Recherche, Prospective, Exploranum, Numérique]
|
||||
location: [47.70949, -3.34750]
|
||||
---
|
||||
|
@ -6,6 +6,7 @@ date: '2020-12-01'
|
||||
profile: '/images/profiles/jcp-profile.jpg'
|
||||
socialLinkedin: 'https://www.linkedin.com/in/piriou-jean-christophe-9bb4bb3b/'
|
||||
url: '/members/jean-christophe-piriou'
|
||||
emailSlug: 'jean-christophe.piriou'
|
||||
tags: [ sig, qgis, postgre, postgis, sql, gestion-projet]
|
||||
location: [48.10451, -1.67977]
|
||||
---
|
||||
|
@ -5,6 +5,7 @@ positionInternal: 'Support'
|
||||
date: '2023-01-01'
|
||||
profile: '/images/profiles/nlf-profile.jpg'
|
||||
url: '/members/nelly-leflem'
|
||||
emailSlug: 'contact'
|
||||
tags: [ Comptabilité, Paie, Gestion, Tenue des comptes, Pack Libre, Silae, ExactOnline, EnDI ]
|
||||
location: [48.1133,-1.6837]
|
||||
---
|
||||
|
@ -7,6 +7,7 @@ profile: '/images/profiles/oriane-saintcyr-profile.jpg'
|
||||
socialLinkedin: 'https://www.linkedin.com/in/oriane-sc/'
|
||||
#socialMastodon: '
|
||||
url: '/members/oriane-saint-cyr'
|
||||
emailSlug: 'oriane.saint-cyr'
|
||||
tags: [Numérique plus soutenable, Écologie, AMO, Numérique responsable, RSE, Reseau-Telecom]
|
||||
location: [45.648377, 0.156237]
|
||||
---
|
||||
|
@ -6,6 +6,7 @@ date: '2023-01-20'
|
||||
profile: '/images/profiles/vlm-profile.jpg'
|
||||
socialLinkedin: 'https://www.linkedin.com/in/valerie-le-merrer/'
|
||||
url: '/members/valerie-le-merrer'
|
||||
emailSlug: 'valerie.lemerrer'
|
||||
tags: [ cybersécurité, analyse de Risque, audit, conseil, sensibilisation ]
|
||||
location: [48.213983, -1.505285]
|
||||
---
|
||||
|
@ -9,6 +9,7 @@ socialTwitter: 'https://twitter.com/YLeDuc'
|
||||
socialLinkedin: 'https://www.linkedin.com/in/yleduc/'
|
||||
socialMastodon: 'https://mastodon.top/@yleduc'
|
||||
url: '/members/yannick-le-duc'
|
||||
emailSlug: 'yannick.leduc'
|
||||
tags: [ dev, entreprise, intuition, développement, conseil, creation, veille, AMOA, AMOE ]
|
||||
location: [48.118, -1.6858]
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user