This commit is contained in:
Nuno Coração
2024-02-10 17:54:51 +00:00
parent 14e464731c
commit e87e066aa7
9 changed files with 82 additions and 58 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
<img class="!mt-0 !mb-0 h-24 w-24 rounded-full ltr:mr-4 rtl:ml-4" width="96" height="96"
src="{{ $authorImage.RelPermalink }}" />
{{ else }}
{{ $authorImage := resources.GetRmeote . }}
{{ $authorImage := resources.GetRemote . }}
{{ if not $disableImageOptimization }}
{{ $authorImage = $authorImage.Fill "192x192" }}
{{ end }}