fix: get_social_icon can not get local icon

This commit is contained in:
st1020 2024-08-01 21:49:55 +08:00
parent f6e399016a
commit 0b07957c59
2 changed files with 4 additions and 3 deletions

View file

@ -88,7 +88,7 @@
{% endif %}
<!-- Dark Icon -->
<link rel="preload" as="image" href="{{ get_url(path=`icons/` ~ `theme.svg`) }}" />
<link rel="preload" as="image" href="{{ get_url(path=`icons/theme.svg`) }}" />
<!-- Math -->
{% if page.extra.math | default(value=config.extra.math) %}