Is it possible to insert 'apple-touch-icon' links?
Closed this issue · 0 comments
sincraianul commented
I want to generate something like this through Jade:
link(rel="apple-touch-icon", sizes="57x57", href="/icons/apple-touch-icon-57x57.png")
I tried
!= CDN("/icons/apple-touch-icon-57x57.png", { rel:"apple-touch-icon", sizes:"57x57" })
but that generates an img
tag.