mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-24 18:30:41 -05:00
15 lines
234 B
Text
15 lines
234 B
Text
|
|
---
|
||
|
|
layout: false
|
||
|
|
noindex: true
|
||
|
|
---
|
||
|
|
|
||
|
|
xml.instruct!
|
||
|
|
xml.browserconfig do
|
||
|
|
xml.msapplication do
|
||
|
|
xml.tile do
|
||
|
|
xml.square150x150logo src: image_path("favicons/mstile-150x150.png")
|
||
|
|
xml.TileColor "#1D94DD"
|
||
|
|
end
|
||
|
|
end
|
||
|
|
end
|