We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6b5894 commit 3f01aa9Copy full SHA for 3f01aa9
layouts/_partials/basic.html
@@ -2,7 +2,7 @@
2
{{- if $basic }}
3
<section class="basic">
4
{{- if $basic.avatar.show | and $basic.avatar.path }}
5
- <img class="avatar" src="{{ $basic.avatar.path }}" alt="avatar">
+ <img class="avatar" src="{{ $basic.avatar.path | relURL }}" alt="avatar">
6
{{- end }}
7
<div class="header"
8
{{ if ne $basic.avatar.show true }}
0 commit comments