|
|
|
@ -77,6 +77,7 @@
|
|
|
|
|
{%- 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, cachebust=true) }}" />
|
|
|
|
|
<meta name="twitter:image" content="{{ get_url(path=social_media_card, cachebust=true) }}" />
|
|
|
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
|
|