mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-07-21 18:24:13 -04:00
🐛 Fix author image URLs
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{{ if .Params.showAuthor | default (.Site.Params.article.showAuthor | default true) }}
|
||||
<div class="flex items-center">
|
||||
{{ with .Site.Author.image }}
|
||||
<img class="w-24 h-24 !mt-0 !mb-0 mr-4 rounded-full" src="{{ . }}" />
|
||||
<img class="w-24 h-24 !mt-0 !mb-0 mr-4 rounded-full" src="{{ . | absURL }}" />
|
||||
{{ end }}
|
||||
<div>
|
||||
{{ with .Site.Author.name }}
|
||||
|
||||
Reference in New Issue
Block a user