+
{% if content.startDate and content.startDate != '' %}
{% assign startDate = content.startDate | split: '-' | slice: 0, 2 | join: '.' %}
{% assign endDate = content.endDate | split: '-' | slice: 0, 2 | join: '.' | default: 'Present' %}
@@ -34,7 +34,7 @@
-
+
diff --git a/_includes/resume/projects.liquid b/_includes/resume/projects.liquid
index 1620e15..e7d94f2 100644
--- a/_includes/resume/projects.liquid
+++ b/_includes/resume/projects.liquid
@@ -2,7 +2,7 @@
{% for content in data[1] %}
-
+
{% if content.startDate %}
{% assign startDate = content.startDate | split: '-' | slice: 0, 2 | join: '.' %}
{% assign endDate = content.endDate | split: '-' | slice: 0, 2 | join: '.' | default: 'Present' %}
@@ -13,7 +13,7 @@
{% endif %}
{{ date }}
-
+
diff --git a/_includes/resume/publications.liquid b/_includes/resume/publications.liquid
index 04f2077..206c45d 100644
--- a/_includes/resume/publications.liquid
+++ b/_includes/resume/publications.liquid
@@ -3,7 +3,7 @@
{% for content in publications %}
-
+
{% if content.releaseDate %} {% assign date = content.releaseDate | split: '-' | join: '.' %} {% else %} {% assign date = '' %} {% endif %}
-
+
diff --git a/_includes/resume/volunteer.liquid b/_includes/resume/volunteer.liquid
index 32e589b..2acd1ad 100644
--- a/_includes/resume/volunteer.liquid
+++ b/_includes/resume/volunteer.liquid
@@ -3,7 +3,7 @@
{% for content in volunteer %}
-
+
{% if content.startDate %}
{% assign startDate = content.startDate | split: '-' | slice: 0, 2 | join: '.' %}
{% assign endDate = content.endDate | split: '-' | slice: 0, 2 | join: '.' | default: 'Present' %}
@@ -32,7 +32,7 @@
-
+
diff --git a/_includes/resume/work.liquid b/_includes/resume/work.liquid
index f92a599..82f677a 100644
--- a/_includes/resume/work.liquid
+++ b/_includes/resume/work.liquid
@@ -3,7 +3,7 @@
{% for content in work %}
-
+
{% if content.startDate %}
{% assign startDate = content.startDate | split: '-' | slice: 0, 2 | join: '.' %}
{% assign endDate = content.endDate | split: '-' | slice: 0, 2 | join: '.' | default: 'Present' %}
@@ -32,7 +32,7 @@
-