File tree Expand file tree Collapse file tree 3 files changed +23
-4
lines changed Expand file tree Collapse file tree 3 files changed +23
-4
lines changed Original file line number Diff line number Diff line change @@ -267,11 +267,12 @@ skills:
267267recommendations :
268268 title : Recommendations
269269 list :
270- - person : p4irin
271- contact :
" phone:012 345 6789, email:[email protected] " 270+ - person : John Doe
271+ 272+ phone : 012 345 6789
272273 role : General Director at example.com
273274 recommendation : |
274- sharu725 is a super employee!
275+ Alan Doe is a super employee!
275276
276277footer : >
277278 Designed with <i class="fas fa-heart"></i> by <a href="http://themes.3rdwavemedia.com" target="_blank" rel="nofollow">Xiaoying Riley</a>
Original file line number Diff line number Diff line change @@ -16,7 +16,23 @@ <h2 class="section-title">
1616
1717 < div class ="upper-row ">
1818 < h3 class ="recommendation "> {{ recommendation.person }}</ h3 >
19- < div class ="recommendation-contact "> {{ recommendation.contact }}</ div >
19+ {% if recommendation.email %}
20+ < div class ="recommendation-contact ">
21+ < nobr >
22+ < i class ="fas fa-envelope "> </ i >
23+ < a class ="recommendation-contact " href ="mailto:{{recommendation.email}} "> {{ recommendation.email }}</ a >
24+ </ nobr >
25+ </ div >
26+ {% endif %}
27+ {% if recommendation.phone %}
28+ < div class ="recommendation-contact ">
29+ < nobr >
30+
31+ < i class ="fas fa-phone "> </ i >
32+ < a class ="recommendation-contact " href ="tel:{{recommendation.phone}} "> {{ recommendation.phone }}</ a >
33+ </ nobr >
34+ </ div >
35+ {% endif %}
2036 </ div > <!--//upper-row-->
2137
2238 < div class ="recommendation-role "> {{ recommendation.role }}</ div >
Original file line number Diff line number Diff line change 1717{% include publications.html %}
1818
1919{% include skills.html %}
20+
21+ {% include recommendations.html %}
You can’t perform that action at this time.
0 commit comments