Svg иконка
Пример вывода svg иконки в Jekyll.
Компонент _includes/component/icon.html.
<svg class="" width="16"
height="16" aria-hidden="true" >
<use xlink:href="#"></use>
</svg>
Затем в разметке.
{% include component/icon.html width="20" height="20" icon="icon-arrow-top" %}