We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f0e84f commit 4ef2694Copy full SHA for 4ef2694
src/templates/pages/blog.txp
@@ -92,6 +92,8 @@
92
"@type": "Person",
93
"name": "<txp:if_custom_field name="external-author"><txp:custom_field name="external-author" escape="json" /><txp:else /><txp:author escape="json" /></txp:if_custom_field>"
94
},
95
+ "datePublished": "<txp:posted format="iso8601" />",
96
+ "dateModified": "<txp:modified format="iso8601" />",
97
"publisher": {
98
"@type": "Organization",
99
"name": "Textpattern CMS",
0 commit comments