<!– include menubar-icon.html –> {%- comment -%}<!–

This file is for customization of the menubar icon.

Do not change the name of the class of this div!

If no icon is needed, don't put anything in here, but keep the file.

Note that a simple menubar icon can also be assigned through the settings in the classic-jekyll-theme.scss file.

The content here will drive the height of the menubar if the '$menubar-height-…' is set to 'auto'.

To display/not-display and elements use the '.display-flex-…' classes en '.display-block-…' classes. (See _sass/_theme-library.scss for more.

Example: <div class='myclass display-block-narrow'><p>Hello</p></div>

Will display the text “Hello” only when the narrow layout is in use.

–>{%- endcomment %} <div class=“menubar-icon”></div> <!– end of include menubar-icon.html –>