(Quick Reference)

asset:link

Description

Generates a <link> element for an asset, e.g.

<asset:link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/>
Any attributes other than those described below will be forwarded to the <link> element generated by this tag.

Attributes

NameRequiredDescription
hrefYesPath to the asset
relNoThe value of the rel attribute of the generated <link> element
typeNoThe value of the type attribute of the generated <link> element