Skip to content

Commit 3f01aa9

Browse files
committed
fix:relative url for profile so my own profile is not used on the theme example
1 parent d6b5894 commit 3f01aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/_partials/basic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{{- if $basic }}
33
<section class="basic">
44
{{- if $basic.avatar.show | and $basic.avatar.path }}
5-
<img class="avatar" src="{{ $basic.avatar.path }}" alt="avatar">
5+
<img class="avatar" src="{{ $basic.avatar.path | relURL }}" alt="avatar">
66
{{- end }}
77
<div class="header"
88
{{ if ne $basic.avatar.show true }}

0 commit comments

Comments
 (0)