mirror of
https://github.com/SebastianStork/kita.git
synced 2026-01-21 14:31:35 +01:00
fix: avatar_url use get_url
This commit is contained in:
parent
c900940ca2
commit
f7731a9083
3 changed files with 3 additions and 3 deletions
|
|
@ -34,7 +34,7 @@
|
|||
{% if section.path is defined and section.path == "/" %}
|
||||
<!-- Avatar -->
|
||||
{% if config.extra.profile.avatar_url %}
|
||||
<link rel="preload" as="image" href="{{ config.extra.profile.avatar_url }}" />
|
||||
<link rel="preload" as="image" href="{{ get_url(path=config.extra.profile.avatar_url) }}" />
|
||||
{% endif %}
|
||||
|
||||
<!-- Social List -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue