<layout:logo
[image="{string}"]
[image-link="{string}"]
[height="{string}"]
[width="{string}"]
[alt="{string}"]>
</layout:logo>
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. |
<layout:logo image-link="https://twigkit.com" image="//static1.squarespace.com/static/53da228ce4b052fe60de3a3c/t/548af226e4b0dd3cb0252f2b/1466005538473/?format=1500w" height="34px" alt="Logo"></layout:logo>
Was this page helpful?