diff --git a/_includes/components/sections/cv-education.njk b/_includes/components/sections/cv-education.njk index 2dd8156..ccc5a16 100644 --- a/_includes/components/sections/cv-education.njk +++ b/_includes/components/sections/cv-education.njk @@ -18,7 +18,8 @@
- {{ item.institution }}{% if item.location %} · {{ item.location }}{% endif %}{% if item.year %} · {{ item.year }}{% endif %} + {{ item.institution }}{% if item.location %} · {{ item.location }}{% endif %} + {% if item.startDate %} · {{ item.startDate }}{% if item.endDate %} – {{ item.endDate }}{% else %} – Present{% endif %}{% elif item.year %} · {{ item.year }}{% endif %}
{% if item.description %}{{ item.description }}
diff --git a/_includes/components/sections/cv-projects.njk b/_includes/components/sections/cv-projects.njk index 05c852f..e364847 100644 --- a/_includes/components/sections/cv-projects.njk +++ b/_includes/components/sections/cv-projects.njk @@ -35,6 +35,12 @@ {% endif %}+ {{ item.startDate }}{% if item.endDate %} – {{ item.endDate }}{% else %} – Present{% endif %} +
+ {% endif %} + {% if item.description %}{{ item.description }}
{% endif %}