Replace 'startDate' and 'endDate' with 'dates'
This commit is contained in:
parent
b5db2095f4
commit
045992946b
|
|
@ -3,8 +3,8 @@
|
||||||
{%- for elements in timeline -%}
|
{%- for elements in timeline -%}
|
||||||
{% assign data = elements.data %}
|
{% assign data = elements.data %}
|
||||||
{% render 'partials/components/timeline-item',
|
{% render 'partials/components/timeline-item',
|
||||||
start: data.startDate,
|
start: data.dates.start,
|
||||||
end: data.endDate,
|
end: data.dates.end,
|
||||||
link: data.link,
|
link: data.link,
|
||||||
title: data.title,
|
title: data.title,
|
||||||
location: data.location,
|
location: data.location,
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,4 @@ link: https://www.artionet.ch
|
||||||
dates:
|
dates:
|
||||||
start: 2021
|
start: 2021
|
||||||
end: 2022
|
end: 2022
|
||||||
startDate: 2021
|
|
||||||
endDate: 2022
|
|
||||||
---
|
---
|
||||||
|
|
@ -7,6 +7,4 @@ link: https://www.artionet.ch
|
||||||
dates:
|
dates:
|
||||||
start: 2022
|
start: 2022
|
||||||
end: Present
|
end: Present
|
||||||
startDate: 2022
|
|
||||||
endDate: 2024
|
|
||||||
---
|
---
|
||||||
|
|
@ -6,6 +6,4 @@ location: Porrentruy
|
||||||
dates:
|
dates:
|
||||||
start: 2018
|
start: 2018
|
||||||
end: 2022
|
end: 2022
|
||||||
startDate: 2018
|
|
||||||
endDate: 2022
|
|
||||||
---
|
---
|
||||||
|
|
@ -6,3 +6,6 @@ links:
|
||||||
link: https://github.com
|
link: https://github.com
|
||||||
icon: simple-icons:github
|
icon: simple-icons:github
|
||||||
---
|
---
|
||||||
|
|
||||||
|
* desc1
|
||||||
|
* desc2
|
||||||
Loading…
Reference in a new issue