Bust cache of hcard images

This commit is contained in:
welpo 2025-05-10 15:49:01 +02:00
parent 85be5d789b
commit 96087352d6
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6
2 changed files with 2 additions and 2 deletions

View file

@ -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 }}"