Skip to content

Commit 17de913

Browse files
Removed trailing comma from SoftwareApplication schema
Signed-off-by: Ihor Aleksandrychiev <ihor.aleksandrychiev@northern.tech>
1 parent 3d22755 commit 17de913

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)