Fix word casing
This commit is contained in:
parent
8d2febf86c
commit
2ddab030f3
|
@ -229,7 +229,7 @@
|
|||
"publisher": {
|
||||
"@type": "Organization",
|
||||
{% if seo_author_name %}
|
||||
"Name": {{ seo_author_name | jsonify }},
|
||||
"name": {{ seo_author_name | jsonify }},
|
||||
{% endif %}
|
||||
"logo": {
|
||||
"@type": "ImageObject",
|
||||
|
|
Loading…
Reference in New Issue