mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 15:56:15 +02:00
Bust cache of hcard images
This commit is contained in:
parent
85be5d789b
commit
96087352d6
2 changed files with 2 additions and 2 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