mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 23:38:53 +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 -%}
|
{%- if hcard.avatar -%}
|
||||||
<img
|
<img
|
||||||
class="u-photo"
|
class="u-photo"
|
||||||
src="{{ get_url(path=hcard.avatar) }}"
|
src="{{ get_url(path=hcard.avatar, cachebust=true) }}"
|
||||||
width="200"
|
width="200"
|
||||||
height="200"
|
height="200"
|
||||||
alt="{{ full_name }}"
|
alt="{{ full_name }}"
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<span class="hidden p-author h-card">
|
<span class="hidden p-author h-card">
|
||||||
<a rel="author" href="{{ homepage }}" class="u-url {{ icon_attr }}" title="{{ full_name }}">
|
<a rel="author" href="{{ homepage }}" class="u-url {{ icon_attr }}" title="{{ full_name }}">
|
||||||
{%- if hcard.avatar -%}
|
{%- if hcard.avatar -%}
|
||||||
<img class="u-photo" src="{{ get_url(path=hcard.avatar) }}" alt="{{ full_name }}" />
|
<img class="u-photo" src="{{ get_url(path=hcard.avatar, cachebust=true) }}" alt="{{ full_name }}" />
|
||||||
{%- else -%}
|
{%- else -%}
|
||||||
{{ full_name }}
|
{{ full_name }}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue