improve image quality
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
71259aea50
commit
26fbe298bf
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<header>
|
||||
{{ with .Site.Params.avatar }}
|
||||
{{ $avatar := resources.Get . }}
|
||||
{{ $avatar := $avatar.Resize "64x webp" }}
|
||||
{{ $avatar := $avatar.Resize "96x webp" }}
|
||||
<img id="avatar" alt="{{ $.Site.Params.displayName }}" src="{{ $avatar.RelPermalink }}" />
|
||||
{{ end }}
|
||||
</header>
|
||||
|
|
Loading…
Reference in a new issue