SHX-Theme/snippets/shx-loading-spinner.liquid

14 lines
234 B
Plaintext

{% assign content_type = content_type | default: 'body' %}
{% if content_type == 'body' %}
{% render 'shx-logo', class:"shx-loading-spinner-mainIcon" %}
{% elif content_type == 'head' %}
<style>
</style>
{% endif %}