<!– include banner-icon.html –> {%- comment -%}<!–
This file is for customization of the banner 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 banner icon can also be assigned through the settings in the classic-jekyll-theme.scss file.
Be aware that this banner-icon is arranged outside the DOM and as such does not drive the size of the the banner.
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=“banner-icon”></div> <!– end of include banner-icon.html –>