parent
ebb94f5b25
commit
d999dc0a7e
|
@ -205,7 +205,13 @@
|
|||
{% endif %}
|
||||
|
||||
{% if seo_site_logo %}
|
||||
"logo": {{ seo_site_logo | jsonify }},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"logo": {
|
||||
"@type": "ImageObject",
|
||||
"url": {{ seo_site_logo | jsonify }}
|
||||
}
|
||||
},
|
||||
{% endif %}
|
||||
|
||||
{% if seo_links %}
|
||||
|
|
Loading…
Reference in New Issue