File tree 1 file changed +7
-7
lines changed
packages/manfred2html/src/engine/cv-jedi-minimalism/html-parts/contact-section
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- <% _ if (profile .relevantLinks && profile .relevantLinks !== 0 ) { -% >
1
+ <% _ if (profile .relevantLinks && profile .relevantLinks . length > 0 ) { -% >
2
2
3
3
< h2> Contact< / h2>
4
4
< div class = " aside__container" >
13
13
/ >
14
14
< / svg>
15
15
< / div>
16
- < a href= " tel:+#" > + 1 041 234 5678 < / a>
16
+ < a href= " tel:+#" >< %= link . URL % > </ a>
17
17
< / div>
18
18
< % _ } -% >
19
19
< % _ if (link .type === ' email' ) { -% >
28
28
/ >
29
29
< / svg>
30
30
< / div>
31
- < a href= " mailto:#" > user@ email . com < / a>
31
+ < a href= " mailto:#" >< %= link . URL % > </ a>
32
32
< / div>
33
33
< % _ } % >
34
34
< % _ if (link .type === ' linkedin' ) { -% >
48
48
< / defs>
49
49
< / svg>
50
50
< / div>
51
- < a href= " #" target= " _blank" > https : // linkedin.com/in/david-bonilla </a>
51
+ < a href= " #" target= " _blank" >< %= link . URL % > </ a>
52
52
< / div>
53
53
< % _ } % >
54
54
< % _ if (link .type === ' github' ) { -% >
61
61
/ >
62
62
< / svg>
63
63
< / div>
64
- < a href= " #" target= " _blank" > https : // github.com/dbonilla </a>
64
+ < a href= " #" target= " _blank" >< %= link . URL % > </ a>
65
65
< / div>
66
66
< % _ } % >
67
67
< % _ if (link .type === ' twitter' ) { -% >
75
75
/ >
76
76
< / svg>
77
77
< / div>
78
- < a href= " #" target= " _blank" > https : // twitter/david-bonilla </a>
78
+ < a href= " #" target= " _blank" >< %= link . URL % > </ a>
79
79
< / div>
80
80
< % _ } % >
81
81
< % _ if (link .type === ' web' ) { -% >
89
89
/ >
90
90
< / svg>
91
91
< / div>
92
- < a href= " #" target= " _blank" > https : // www.david-bonilla.com </a>
92
+ < a href= " #" target= " _blank" >< %= link . URL % > </ a>
93
93
< / div>
94
94
< % _ } % >
95
95
< % _ } % >
You can’t perform that action at this time.
0 commit comments