Theme updates

This commit is contained in:
Brandon Rozek 2025-12-06 14:27:54 -05:00
parent 9f325c1f32
commit a3d5e9ce6c
No known key found for this signature in database
GPG key ID: DFB0E78F805F4567
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
{{ $profile_image := resources.Get (printf "img/%s" .Site.Params.avatar) }} {{ $profile_image := resources.Get (printf "img/%s" .Site.Params.avatar) }}
{{ $profile_width := 250 }} {{ $profile_width := 250 }}
{{ $profile_image := $profile_image.Resize (printf "%dx webp q75" $profile_width) }} {{ $profile_image := $profile_image.Resize (printf "%dx webp q75" $profile_width) }}
<img class="avatarMask u-photo" width="{{ $profile_width }}" height="{{ $profile_width }}" src="{{ $profile_image.RelPermalink }}" alt="Photo of {{ .Site.Params.Author }}"> <img class="avatarMask u-photo" width="{{ $profile_width }}" height="{{ $profile_width }}" src="{{ $profile_image.Permalink }}" alt="Photo of {{ .Site.Params.Author }}">
<!-- <img src="{{ .Site.BaseURL }}img/avatar-border.svg" alt="Photo of {{ .Site.Params.Author }}"> --> <!-- <img src="{{ .Site.BaseURL }}img/avatar-border.svg" alt="Photo of {{ .Site.Params.Author }}"> -->
</div> </div>
<!-- author --> <!-- author -->

@ -1 +1 @@
Subproject commit 39126b0d064055d0e5a4490e9588494969244634 Subproject commit a49100eee9c37817c8ed34be775b1dadc504b756