Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 383 Bytes

File metadata and controls

21 lines (12 loc) · 383 Bytes

<logo>

Node > Meta > Field > File > Img > Logo

Alias of <img> intended to be embedded in <theme> as a shorthand way of setting the theme's logo.

Attributes

name : 'custom_logo'

Examples

Basic Usage with <theme>:

<theme>

    <logo src=./images/logo.svg />

</theme>