How to add avatar on blog list and single page? #1380
Answered
by
h-enk
rezahidayatm
asked this question in
Support
-
|
Hello, How to add avatar on blog list and singgle page for contributors? I already add avatar for all contributors, but it did not show at blog list and single page. |
Beta Was this translation helpful? Give feedback.
Answered by
h-enk
Oct 6, 2025
Replies: 2 comments 4 replies
-
|
Never mind. I just copied blog-meta.html from thulite/getdoks.org to layouts/_partials/main/ diretctory. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
You hit a bug I guess, line 12 s/b |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




And, line 21 s/b:
<img class="rounded-circle ms-1 me-2 lazyload blur-up" src="{{ $imageLq.RelPermalink }}" data-src="{{ $image.RelPermalink }}" alt="{{ .Title }}" width="30" height="30">