mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
✨ feat(webmentions): add hcard in post page (#524)
Co-authored-by: welpo <welpo@users.noreply.github.com>
This commit is contained in:
parent
c4f39d7643
commit
5f28b0e87e
3 changed files with 31 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
{%- if hcard.avatar -%}
|
||||
<img
|
||||
class="u-photo"
|
||||
src="{{ get_url(path=hcard.avatar) }}"
|
||||
src="{{ get_url(path=hcard.avatar, cachebust=true) }}"
|
||||
width="200"
|
||||
height="200"
|
||||
alt="{{ full_name }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue