File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1212 {% else %}
1313 {% assign date = '' %}
1414 {% endif %}
15- <span class =" badge font-weight-bold danger-color-dark text-uppercase align-middle" style =" min-width : 75px " > {{ date }} </span >
15+ <table class =" table-cv" >
16+ <tbody >
17+ <tr >
18+ <td >
19+ <span class =" badge font-weight-bold danger-color-dark text-uppercase align-middle" style =" min-width : 75px " > {{ date }} </span >
20+ </td >
21+ </tr >
22+ {% if content .location %}
23+ <tr >
24+ <td >
25+ <p class =" location" >
26+ <i class =" fa-solid fa-location-dot iconlocation" ></i >
27+ {{ content .location }}
28+ </p >
29+ </td >
30+ </tr >
31+ {% endif %}
32+ </tbody >
33+ </table >
1634 </div >
1735 <div class =" col-xs-10 cl-sm-10 col-md-10 mt-2 mt-md-0" >
1836 <h6 class =" title font-weight-bold ml-1 ml-md-4" >
Original file line number Diff line number Diff line change 3636 "volunteer" : [
3737 {
3838 "organization" : " People's Climate March" ,
39+ "location" : " Zurich, Switzerland" ,
3940 "position" : " Lead Organizer" ,
4041 "url" : " https://example.com" ,
4142 "startDate" : " 2014-04-01" ,
You can’t perform that action at this time.
0 commit comments