Files
external-tools-frontend/_includes/svg.html
Codrin Pavel 0bb5a41c17 Git init
2019-11-12 13:34:23 +02:00

8 lines
197 B
HTML

{% comment %}
Use this file to store svg tags and reuse as variables with the capture tag.
{%- capture svg_icon -%}
Your svg code goes here
{%- endcapture -%}
{% endcomment %}