mirror of https://github.com/hashicorp/packer
parent
631036caea
commit
cd4a70f846
|
After Width: | Height: | Size: 40 KiB |
@ -0,0 +1,14 @@
|
||||
<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>
|
||||
Loading…
Reference in new issue