mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-07-22 02:31:11 -04:00
♿️ Use author name for images when available
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
class="w-24 h-24 !mt-0 !mb-0 ltr:mr-4 rtl:ml-4 rounded-full"
|
||||
width="96"
|
||||
height="96"
|
||||
alt="Author"
|
||||
alt="{{ $.Site.Author.name | default "Author" }}"
|
||||
src="{{ $authorImage.RelPermalink }}"
|
||||
/>
|
||||
{{ end }}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
class="mb-2 rounded-full w-36 h-36"
|
||||
width="144"
|
||||
height="144"
|
||||
alt="Author"
|
||||
alt="{{ $.Site.Author.name | default "Author" }}"
|
||||
src="{{ $authorImage.RelPermalink }}"
|
||||
/>
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user