Skip to content

Commit d5271e5

Browse files
committed
JSON encode these
1 parent 3a9c3d8 commit d5271e5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/templates/pages/authors.txp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@type": "CollectionPage",
3232
"headline": "Plugin authors list",
3333
"description": "The authors responsible for creating the various third-party plugins and extensions available for Textpattern CMS.",
34-
"url": "<txp:site_url escape="json" />authors/"
34+
"url": "<txp:section url escape="json" />"
3535
}
3636
</script>
3737
<txp:else />

src/templates/pages/plugins.txp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ if (!empty($json2['legacy'])) {
111111
"@type": "CollectionPage",
112112
"headline": "Plugins list",
113113
"description": "Alphabetical list of plugins available for Textpattern CMS, with direct download links and further usage information.",
114-
"url": "<txp:site_url escape="json" />plugins/"
114+
"url": "<txp:section url escape="json" />"
115115
}
116116
</script>
117117
<txp:else />

0 commit comments

Comments
 (0)