@@ -6,12 +6,12 @@ layout: default
66 <header class =" post-header" >
77 <h1 class =" post-title" >
88 {{ page .title }}
9- {% if page .cv_pdf_en %}
9+ {% if page .cv_pdf %}
1010 <a
11- {% if page.cv_pdf_en contains ' ://' %}
12- href =" {{ page .cv_pdf_en }}"
11+ {% if page.cv_pdf contains ' ://' %}
12+ href =" {{ page .cv_pdf }}"
1313 {% else %}
14- href =" {{ page .cv_pdf_en | prepend: 'assets/pdf/' | relative_url }}"
14+ href =" {{ page .cv_pdf | prepend: 'assets/pdf/' | relative_url }}"
1515 {% endif %}
1616 target =" _blank"
1717 rel =" noopener noreferrer"
@@ -20,28 +20,12 @@ layout: default
2020 <i class =" fa-solid fa-file-pdf" ></i >
2121 </a >
2222 {% endif %}
23- {% if page .cv_pdf_fr %}
24- <a
25- {% if page.cv_pdf_fr contains ' ://' %}
26- href =" {{ page .cv_pdf_fr }}"
27- {% else %}
28- href =" {{ page .cv_pdf_fr | prepend: 'assets/pdf/' | relative_url }}"
29- {% endif %}
30- target =" _blank"
31- rel =" noopener noreferrer"
32- class =" float-right"
33- >
34- <img src =" assets/img/pdf_fr.png" alt =" French CV" width =" 41" height =" 42" />
35- </a >
36- {% endif %}
3723 </h1 >
3824 {% if page .description %}
3925 <p class =" post-description" >{{ page .description }}</p >
4026 {% endif %}
4127 </header >
4228
43- <img src =" assets/img/pdf_fr.png" alt =" French CV" width =" 41" height =" 42" />
44-
4529 <article >
4630 <div class =" cv" >
4731 {% for entry in site .data .cv %}
@@ -73,18 +57,32 @@ layout: default
7357 <header class =" post-header" >
7458 <h1 class =" post-title" >
7559 {{ page .title }}
76- {% if page .cv_pdf %}
60+ {% if page .cv_pdf_en %}
7761 <a
78- {% if page.cv_pdf contains ' ://' %}
79- href =" {{ page .cv_pdf }}"
62+ {% if page.cv_pdf_en contains ' ://' %}
63+ href =" {{ page .cv_pdf_en }}"
8064 {% else %}
81- href =" {{ page .cv_pdf | prepend: 'assets/pdf/' | relative_url }}"
65+ href =" {{ page .cv_pdf_en | prepend: 'assets/pdf/' | relative_url }}"
8266 {% endif %}
8367 target =" _blank"
8468 rel =" noopener noreferrer"
8569 class =" float-right"
8670 >
87- <i class =" fa-solid fa-file-pdf" ></i >
71+ <img src =" /assets/img/pdf_en.png" alt =" English CV" width =" 41" height =" 42" />  ;
72+ </a >
73+ {% endif %}
74+ {% if page .cv_pdf_fr %}
75+ <a
76+ {% if page.cv_pdf_fr contains ' ://' %}
77+ href =" {{ page .cv_pdf_fr }}"
78+ {% else %}
79+ href =" {{ page .cv_pdf_fr | prepend: 'assets/pdf/' | relative_url }}"
80+ {% endif %}
81+ target =" _blank"
82+ rel =" noopener noreferrer"
83+ class =" float-right"
84+ >
85+ <img src =" /assets/img/pdf_fr.png" alt =" French CV" width =" 41" height =" 42" />  ;
8886 </a >
8987 {% endif %}
9088 </h1 >
@@ -140,4 +138,4 @@ layout: default
140138 </div >
141139 </article >
142140 </div >
143- {% endunless %}
141+ {% endunless %}
0 commit comments