From d2f2ca6ce0e5b83a6feae02b624691ae45bd0fd5 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 16 Jun 2018 11:57:03 +0000 Subject: [PATCH] no date for projects --- content/templates/featured.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/templates/featured.html b/content/templates/featured.html index 465bff0..fdd32cb 100644 --- a/content/templates/featured.html +++ b/content/templates/featured.html @@ -5,7 +5,7 @@ {% endif %}

{{content.title}}

- {% if content.datestart %} + {% if content.type.name == 'events' and content.datestart %}
{{ content.datestart }} {% if content.place %}
{{content.place}}{% endif%}