Skip to content

Commit 63b2d32

Browse files
committed
feat: Use logos server
1 parent ce0e7e0 commit 63b2d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/logo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<svg class="logo-{{ _size }}">
44
{%- capture svg_path -%}
5-
assets/img/{{ include.name }}.svg#icon-{{ include.name }}
5+
https://michaelcurrin.github.io/logos/assets/img/{{ include.name }}.svg#logo-{{ include.name }}
66
{%- endcapture -%}
77
<use xlink:href="{{ svg_path | relative_url }}"></use>
88
</svg>

0 commit comments

Comments
 (0)