mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-10-09 10:11:14 +00:00
Fixed broken avatar img links
This commit is contained in:
parent
8513bece81
commit
71d9811eb8
7 changed files with 9 additions and 9 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue