SHX-Theme/snippets/shx-logo.liquid

5 lines
280 B
Plaintext

{% assign class_name = class_name | default: '' %}
{% assign img_width = img_width | default: '100px' %}
{% assign img_height = img_height | default: 'auto' %}
<img src="{{ "LogoMain.svg" | asset_url }}" class="{{ class_name }}" width="{{ img_width }}" height="{{ img_height }}">