mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
✨ feat(social-media-cards): use cache busting for cards
This commit is contained in:
parent
e965aa45b3
commit
a08dc78b50
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@
|
|||
{# Image for social media sharing #}
|
||||
{%- set social_media_card = macros_settings::evaluate_setting_priority(setting="social_media_card", page=page | default(value=""), section=section | default(value=""), default_global_value="") -%}
|
||||
{% if social_media_card %}
|
||||
<meta property="og:image" content="{{ get_url(path=social_media_card) }}" />
|
||||
<meta property="og:image" content="{{ get_url(path=social_media_card, cachebust=true) }}" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue