Skip to content

Commit 73a3e43

Browse files
authored
Merge pull request #3546 from aleksandrychev/ENT-13256
ENT-13256: Removed trailing comma from SoftwareApplication schema
2 parents 2715ed4 + 17de913 commit 73a3e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hugo/layouts/partials/metaTags.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"@context": "https://schema.org",
88
"@type": "SoftwareApplication",
99
"name": "CFEngine",
10-
"softwareVersion": "{{ .Site.Params.branch }}",
10+
"softwareVersion": "{{ .Site.Params.branch }}"
1111
}
1212
</script>

0 commit comments

Comments
 (0)