Messing with font sizes and the like

This commit is contained in:
Brandon Rozek 2022-11-22 23:25:30 -05:00
parent 5214da544e
commit 89aade301c
5 changed files with 36 additions and 22 deletions

View file

@ -26,7 +26,7 @@
<div class="h-card p-author">
<h2 class="p-name"><a class="author u-url" rel="me" href="{{ .Site.BaseURL }}">{{ .Site.Params.Author }}</a></h2>
{{ $profile_image := resources.Get (printf "img/%s" .Site.Params.avatar) }}
{{ $profile_width := 100 }}
{{ $profile_width := 75 }}
{{ $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 }}" />
<div style="display: none">