Fixed broken avatar img links

This commit is contained in:
Brandon Rozek 2022-12-01 23:31:17 -05:00
parent 8513bece81
commit 71d9811eb8
7 changed files with 9 additions and 9 deletions

View file

@ -10,7 +10,7 @@
{{ $profile_width := 250 }}
{{ $profile_image := $profile_image.Resize (printf "%dx" $profile_width) }}
<img class="avatarMask u-photo" width="{{ $profile_width }}" src="{{ $profile_image.RelPermalink }}" alt="Photo of {{ .Site.Params.Author }}" />
<img src="{{ .Site.BaseURL }}/img/avatar-border.svg" />
<img src="{{ .Site.BaseURL }}img/avatar-border.svg" />
</div>
<!-- author -->
<h1 class="author title p-name">{{ .Site.Params.Author }}</h1>