️ Use author name for images when available

This commit is contained in:
James Panther
2022-06-22 12:14:10 +10:00
parent edd8ab5bcb
commit 97313e9f04
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -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 }}