diff --git a/templates/macros/cards_pages.html b/templates/macros/cards_pages.html index 40b1e5d..64cca31 100644 --- a/templates/macros/cards_pages.html +++ b/templates/macros/cards_pages.html @@ -20,15 +20,6 @@ {% endif %} -
- {% if page.date %} - {{ macros_format_date::format_date(date=page.date, short=false) }} - {% endif %} - {% if page.draft %} - DRAFT - {% endif %} -
-
{% if page.description %} {{ page.description }}