From fddca8dc6a696286fe4601419a9f9a1a847ef69c Mon Sep 17 00:00:00 2001 From: Tom Usborne Date: Thu, 21 Nov 2024 13:11:09 -0500 Subject: [PATCH] Fix: Query template dates --- src/blocks/query/templates.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/blocks/query/templates.js b/src/blocks/query/templates.js index b91fd3eb2..a0483eb27 100644 --- a/src/blocks/query/templates.js +++ b/src/blocks/query/templates.js @@ -121,7 +121,7 @@ export const TEMPLATES = [ } ], [ 'generateblocks/text', { tagName: 'p', - content: '{{post_date type:published}}', + content: '{{post_date}}', styles: { fontSize: '14px', }, @@ -169,7 +169,7 @@ export const TEMPLATES = [ marginBottom: '0px', fontSize: '14px', }, - content: '{{post_date type:published}}', + content: '{{post_date}}', } ], ], ], @@ -219,7 +219,7 @@ export const TEMPLATES = [ marginBottom: '30px', fontSize: '14px', }, - content: '{{post_date type:published}}', + content: '{{post_date}}', } ], [ 'generateblocks/text', { tagName: 'p', @@ -283,7 +283,7 @@ export const TEMPLATES = [ marginBottom: '30px', fontSize: '14px', }, - content: '{{post_date type:published}}', + content: '{{post_date}}', } ], [ 'generateblocks/text', { tagName: 'p',