Skip to content

Commit

Permalink
Merge branch 'EMC-354_fix_rocrate' into 'develop'
Browse files Browse the repository at this point in the history
fix schema.org template

Closes EMC-354

See merge request eip/catalogue!766
  • Loading branch information
rodscott committed Nov 12, 2024
2 parents fa0c68a + 8aabdc0 commit fef97e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/schema.org/schema.org.ftlh
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@
<#t>"@id": "${part.id}",
<#t>"@type": "${part.type}",
<#t>"name": "${part.id}",
<#t>"encodingFormat": "${part.encodingFormat}",
<#if part.encodingFormat?? && part.encodingFormat?has_content><#t>"encodingFormat": "${part.encodingFormat}",</#if>
<#t>"lastModified": "${part.lastModified}",
<#t>"bytes": ${part.bytes?long?c},
<#t>"contentUrl": "${part.contentUrl}"
Expand Down

0 comments on commit fef97e3

Please sign in to comment.