Merge pull request #10 from Nagasaki45/master
Replace | with - between site name and subtitle in open graph title
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@
|
|||||||
{% block metadata %}
|
{% block metadata %}
|
||||||
<meta name="description" content="{{ BIO }}" />
|
<meta name="description" content="{{ BIO }}" />
|
||||||
<meta property="og: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:type" content="website" />
|
||||||
<meta property="og:url" content="{{ SITEURL }}" />
|
<meta property="og:url" content="{{ SITEURL }}" />
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user