Skip to content

Commit

Permalink
Fix: Query template dates
Browse files Browse the repository at this point in the history
  • Loading branch information
tomusborne committed Nov 21, 2024
1 parent be4ef7f commit fddca8d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/blocks/query/templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export const TEMPLATES = [
} ],
[ 'generateblocks/text', {
tagName: 'p',
content: '{{post_date type:published}}',
content: '{{post_date}}',
styles: {
fontSize: '14px',
},
Expand Down Expand Up @@ -169,7 +169,7 @@ export const TEMPLATES = [
marginBottom: '0px',
fontSize: '14px',
},
content: '{{post_date type:published}}',
content: '{{post_date}}',
} ],
],
],
Expand Down Expand Up @@ -219,7 +219,7 @@ export const TEMPLATES = [
marginBottom: '30px',
fontSize: '14px',
},
content: '{{post_date type:published}}',
content: '{{post_date}}',
} ],
[ 'generateblocks/text', {
tagName: 'p',
Expand Down Expand Up @@ -283,7 +283,7 @@ export const TEMPLATES = [
marginBottom: '30px',
fontSize: '14px',
},
content: '{{post_date type:published}}',
content: '{{post_date}}',
} ],
[ 'generateblocks/text', {
tagName: 'p',
Expand Down

0 comments on commit fddca8d

Please sign in to comment.