diff --git a/_includes/list-blocks b/_includes/list-blocks index 7442c8022d42575b3ff668a649833b5a64c527f8..7950737d377a0bb7f3c06c9e69535b9aa53a5890 100644 --- a/_includes/list-blocks +++ b/_includes/list-blocks @@ -36,8 +36,11 @@ {% else %} - {% if i.enddate %} + {% if i.enddate %} {% capture meta %}{{ i.startdate | date:"%Y" }} – {{ i.enddate | date:"%Y" }}{% endcapture %} + {% elsif i.eventdate %} + {% assign date_t = i.date | date_to_string %} + {% capture meta %}{{ date_t }}{% endcapture %} {% else %} {% capture meta %}Since {{ i.startdate | date:"%Y" }}{% endcapture %} {% endif %}