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