fix: "+" sign before phone
This commit is contained in:
parent
a82142d522
commit
89dff5a710
@ -310,7 +310,7 @@
|
||||
</div>
|
||||
|
||||
<div class="col-md-7 d-print-none" data-aos="zoom-in" data-aos-delay="100">
|
||||
<div class="h6"><i class="fas fa-phone pe-2 text-muted" style="width:24px;opacity:0.85;"></i>{{ cv.person.phone | insert_space_every(times=3) }}</div>
|
||||
<div class="h6"><i class="fas fa-phone pe-2 text-muted" style="width:24px;opacity:0.85;"></i>+{{ cv.person.phone | insert_space_every(times=3) }}</div>
|
||||
<div class="h6"><i class="far fa-envelope pe-2 text-muted" style="width:24px;opacity:0.85;"></i>{{ cv.person.email }}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user