remove dates
This commit is contained in:
parent
b5fb266d47
commit
9718cf87a9
|
@ -14,9 +14,9 @@
|
||||||
aria-selected="true"
|
aria-selected="true"
|
||||||
role="tab"
|
role="tab"
|
||||||
data-bs-toggle="pill"
|
data-bs-toggle="pill"
|
||||||
id='{{ replace .company " " "-" }}-{{ replace .date " " "-" }}-tab'
|
id='{{ replace .company " " "-" }}-tab'
|
||||||
data-bs-target='#pills-{{ replace .company " " "-" }}-{{ replace .date " " "-" }}'
|
data-bs-target='#pills-{{ replace .company " " "-" }}'
|
||||||
aria-controls='{{ replace .company " " "-" }}-{{ replace .date " " "-" }}'
|
aria-controls='{{ replace .company " " "-" }}'
|
||||||
>
|
>
|
||||||
{{ .company }}
|
{{ .company }}
|
||||||
</div>
|
</div>
|
||||||
|
@ -28,9 +28,9 @@
|
||||||
aria-selected="true"
|
aria-selected="true"
|
||||||
role="tab"
|
role="tab"
|
||||||
data-bs-toggle="pill"
|
data-bs-toggle="pill"
|
||||||
id='{{ replace .company " " "-" }}-{{ replace .date " " "-" }}-tab'
|
id='{{ replace .company " " "-" }}-tab'
|
||||||
data-bs-target='#pills-{{ replace .company " " "-" }}-{{ replace .date " " "-" }}'
|
data-bs-target='#pills-{{ replace .company " " "-" }}'
|
||||||
aria-controls='{{ replace .company " " "-" }}-{{ replace .date " " "-" }}'
|
aria-controls='{{ replace .company " " "-" }}'
|
||||||
>
|
>
|
||||||
{{ .company }}
|
{{ .company }}
|
||||||
</div>
|
</div>
|
||||||
|
@ -44,15 +44,15 @@
|
||||||
<div
|
<div
|
||||||
class="tab-pane fade show active bg-transparent"
|
class="tab-pane fade show active bg-transparent"
|
||||||
role="tabpanel"
|
role="tabpanel"
|
||||||
id='pills-{{ replace .company " " "-" }}-{{ replace .date " " "-" }}'
|
id='pills-{{ replace .company " " "-" }}'
|
||||||
aria-labelledby='pills-{{ replace .company " " "-" }}-{{ replace .date " " "-" }}-tab'
|
aria-labelledby='pills-{{ replace .company " " "-" }}-tab'
|
||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
<span class="h4">{{ .job }}</span>
|
<span class="h4">{{ .job }}</span>
|
||||||
<small>-</small>
|
<small>-</small>
|
||||||
<a href="{{ .companyUrl }}" target="_blank">{{ .company }}</a>
|
<a href="{{ .companyUrl }}" target="_blank">{{ .company }}</a>
|
||||||
<div class="pb-1">
|
<div class="pb-1">
|
||||||
<small>{{ .date }}</small>
|
<!-- <small>{{ .date }}</small> -->
|
||||||
{{ if .info.enable | default true }}
|
{{ if .info.enable | default true }}
|
||||||
<span class="p-2">
|
<span class="p-2">
|
||||||
<span
|
<span
|
||||||
|
@ -82,8 +82,8 @@
|
||||||
<div
|
<div
|
||||||
class="tab-pane fade bg-transparent"
|
class="tab-pane fade bg-transparent"
|
||||||
role="tabpanel"
|
role="tabpanel"
|
||||||
id='pills-{{ replace .company " " "-" }}-{{ replace .date " " "-" }}'
|
id='pills-{{ replace .company " " "-" }}-'
|
||||||
aria-labelledby='pills-{{ replace .company " " "-" }}-{{ replace .date " " "-" }}-tab'
|
aria-labelledby='pills-{{ replace .company " " "-" }}-tab'
|
||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
<span class="h4">{{ .job }}</span>
|
<span class="h4">{{ .job }}</span>
|
||||||
|
@ -91,7 +91,7 @@
|
||||||
<a href="{{ .companyUrl }}" target="_blank">{{ .company }}</a>
|
<a href="{{ .companyUrl }}" target="_blank">{{ .company }}</a>
|
||||||
|
|
||||||
<div class="pb-1">
|
<div class="pb-1">
|
||||||
<small>{{ .date }}</small>
|
<!-- <small>{{ .date }}</small> -->
|
||||||
{{ if .info.enable | default true }}
|
{{ if .info.enable | default true }}
|
||||||
<span class="p-2">
|
<span class="p-2">
|
||||||
<span
|
<span
|
||||||
|
|
Loading…
Reference in New Issue