mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-12-10 20:20:24 +00:00
Theme updates
This commit is contained in:
parent
9f325c1f32
commit
a3d5e9ce6c
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue