mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
7 lines
482 B
Twig
7 lines
482 B
Twig
<meta property="og:site_name"
|
|
content="{{ template.get('og_site_name', setting_value('streams::name', config_get('streams::distribution.name'))) }}"/>
|
|
<meta property="og:description" content="{{ adv.advs_desc|striptags|raw }}"/>
|
|
<meta property="og:title" content="{{ adv.title }}"/>
|
|
<meta property="og:url" content="{{ template.get('og_url', url_current()) }}"/>
|
|
<meta property="og:image" content="{{ adv.getViewPhotoUrl|first }}">
|
|
<meta property="og:type" content="website"/> |