We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e493eb commit 87d463fCopy full SHA for 87d463f
2 files changed
_includes/meta.html
@@ -32,9 +32,11 @@
32
33
{% assign description = description | xml_escape %}
34
35
+{% assign svg = "images/icon.svg" | file_exists %}
36
+{% assign logo_svg = "images/logo.svg" | file_exists %}
37
{% assign png = "images/logo.png" | file_exists %}
38
{% assign jpg = "images/icon.jpg" | file_exists %}
-{% assign icon = png | default: jpg | relative_url %}
39
+{% assign icon = svg | default: logo_svg | default: png | default: jpg | relative_url %}
40
41
{% assign jpg = "images/share.jpg" | file_exists %}
42
{% assign png = "images/share.png" | file_exists %}
images/logo.svg
0 commit comments