aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/_icons/snowflake.svg2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_icons/snowflake.svg b/src/_icons/snowflake.svg
index e7956ca..eb2cf74 100644
--- a/src/_icons/snowflake.svg
+++ b/src/_icons/snowflake.svg
@@ -2,6 +2,6 @@
---
<svg>
{% for i in (0..5) %}
- <path d="M10 4l2 1l2 -1m-2 -2v6.5l3 1.72"{% if i > 0 %} transform="rotate({{ i | times: 60 }} 12 12)"{% endif %}></path>
+ <path d="M10 4l2 1l2 -1m-2 -2v6.5l3 1.72"{% if i > 0 %} transform="rotate({{ i | times: 60 }} 12 12)"{% endif %} />
{% endfor %}
</svg>