Replace | with - between site name and subtitle in open graph title
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@
|
||||
{% block metadata %}
|
||||
<meta name="description" content="{{ BIO }}" />
|
||||
<meta property="og:description" content="{{ BIO }}" />
|
||||
<meta property="og:title" content="{{ SITENAME }}{% if SITESUBTITLE %} | {{ SITESUBTITLE }}{% endif %}" />
|
||||
<meta property="og:title" content="{{ SITENAME }}{% if SITESUBTITLE %} - {{ SITESUBTITLE }}{% endif %}" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="{{ SITEURL }}" />
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user