Check for existance of seo_page_title before outputting
This commit is contained in:
parent
82a7c66e03
commit
38e688fcd9
|
@ -88,7 +88,7 @@
|
|||
<title>{{ seo_title }}</title>
|
||||
{% endif %}
|
||||
|
||||
{% if seo_title %}
|
||||
{% if seo_page_title %}
|
||||
<meta property="og:title" content="{{ seo_page_title }}" />
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Reference in New Issue