ladjs/express-cdn

Is it possible to insert 'apple-touch-icon' links?

Closed this issue · 0 comments

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.