layout:logo
Description
Creates a content area
Usage
as element:
<layout:logo [image="{string}"] [image-link="{string}"] [height="{string}"] [width="{string}"] [alt="{string}"]> </layout:logo>
Parameters
Param | Type | Details |
---|---|---|
image (optional) | string | The url of the image to display. |
image-link (optional) | string | The url to redirect to when the image is click. Default: '/'. |
height (optional) | string | The height of the logo in px. |
width (optional) | string | The width of the logo in px. |
alt (optional) | string | The alternative text if the image cannot be displayed. |