File tree Expand file tree Collapse file tree 3 files changed +19
-10
lines changed
Expand file tree Collapse file tree 3 files changed +19
-10
lines changed Original file line number Diff line number Diff line change @@ -185,6 +185,8 @@ defaults:
185185# More information » https://mathiasbynens.be/notes/touch-icons
186186# -------------------------------------------------------------------
187187
188+ mask-icon : " aspectran-logo.svg"
189+ mask-icon-color : " #4B555A"
188190favicon-32x32 : " favicon-32x32.png"
189191touch-icon-192x192 : " touch-icon-192x192.png"
190192apple-touch-icon-180x180-precomposed : " apple-touch-icon-180x180-precomposed.png"
Original file line number Diff line number Diff line change 44*
55{% endcomment %}
66
7- <link rel="mask-icon" href="{{ site.url }}/assets/img/aspectran-logo.svg" color="#4B555A" />
7+ {% if site.mask-icon %}
8+ <link rel="mask-icon" href="{{ site.url }}/assets/img/{{ site.mask-icon }}" color="{{ site.mask-icon-color }}" />
9+ {% endif %}
10+
811
912{% if site.favicon-32x32 %}
1013 {% comment %} Regular Old-Skool Favicon: {% endcomment %}
You can’t perform that action at this time.
0 commit comments