packer-cn/website/source/layouts/structured_data.html

15 lines
388 B
HTML
Raw Normal View History

2016-01-24 13:11:58 -05:00
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Product",
"name": "Packer",
"alternateName": "Packer by HashiCorp",
"manufacturer": "HashiCorp",
"url": "https://www.packer.io",
"logo": "<%= File.join(base_url, image_path("logo_large.png")) %>",
"sameAs": [
"https://github.com/mitchellh/packer"
]
}
</script>