From 10b85257cd70e427a0beebadcb89f87565adbdef Mon Sep 17 00:00:00 2001 From: welpo Date: Sun, 16 Apr 2023 00:47:01 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20refactor:=20remove=20metadata=20?= =?UTF-8?q?in=20project=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/macros/cards_pages.html | 9 --------- 1 file changed, 9 deletions(-) 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 }}